diff --git a/.codebuddy/.gitignore b/.codebuddy/.gitignore old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/.gitignore b/.idea/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/.name b/.idea/.name old mode 100644 new mode 100755 diff --git a/.idea/discord.xml b/.idea/discord.xml old mode 100644 new mode 100755 diff --git a/.idea/graphql-settings.xml b/.idea/graphql-settings.xml old mode 100644 new mode 100755 diff --git a/.idea/misc.xml b/.idea/misc.xml old mode 100644 new mode 100755 diff --git a/.idea/modules.xml b/.idea/modules.xml old mode 100644 new mode 100755 diff --git a/.idea/my-project.iml b/.idea/my-project.iml old mode 100644 new mode 100755 diff --git a/.idea/vcs.xml b/.idea/vcs.xml old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/client/css/bootstrap.min.css b/client/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/client/css/particles.css b/client/css/particles.css old mode 100644 new mode 100755 diff --git a/client/html/components/footer.html b/client/html/components/footer.html old mode 100644 new mode 100755 diff --git a/client/html/components/header.html b/client/html/components/header.html old mode 100644 new mode 100755 diff --git a/client/html/components/navbar.html b/client/html/components/navbar.html old mode 100644 new mode 100755 diff --git a/client/html/components/sevensfooter.html b/client/html/components/sevensfooter.html old mode 100644 new mode 100755 diff --git a/client/html/pages/404/404.html b/client/html/pages/404/404.html old mode 100644 new mode 100755 diff --git a/client/html/pages/admin/dashboard.html b/client/html/pages/admin/dashboard.html old mode 100644 new mode 100755 diff --git a/client/html/pages/authentication/email-verified.html b/client/html/pages/authentication/email-verified.html old mode 100644 new mode 100755 diff --git a/client/html/pages/authentication/login.html b/client/html/pages/authentication/login.html old mode 100644 new mode 100755 diff --git a/client/html/pages/authentication/register.html b/client/html/pages/authentication/register.html old mode 100644 new mode 100755 diff --git a/client/html/pages/banned/banned.html b/client/html/pages/banned/banned.html old mode 100644 new mode 100755 diff --git a/client/html/pages/catalog/catalog.html b/client/html/pages/catalog/catalog.html old mode 100644 new mode 100755 diff --git a/client/html/pages/catalog/shirt-details.html b/client/html/pages/catalog/shirt-details.html old mode 100644 new mode 100755 diff --git a/client/html/pages/confirm-registration.html b/client/html/pages/confirm-registration.html old mode 100644 new mode 100755 diff --git a/client/html/pages/forgot-password.html b/client/html/pages/forgot-password.html old mode 100644 new mode 100755 diff --git a/client/html/pages/forum/home.html b/client/html/pages/forum/home.html old mode 100644 new mode 100755 diff --git a/client/html/pages/forum/new/post.html b/client/html/pages/forum/new/post.html old mode 100644 new mode 100755 diff --git a/client/html/pages/forum/new/reply.html b/client/html/pages/forum/new/reply.html old mode 100644 new mode 100755 diff --git a/client/html/pages/forum/post.html b/client/html/pages/forum/post.html old mode 100644 new mode 100755 diff --git a/client/html/pages/forum/sections/section.html b/client/html/pages/forum/sections/section.html old mode 100644 new mode 100755 diff --git a/client/html/pages/friends/showfriends.html b/client/html/pages/friends/showfriends.html old mode 100644 new mode 100755 diff --git a/client/html/pages/game/game.html b/client/html/pages/game/game.html old mode 100644 new mode 100755 diff --git a/client/html/pages/games/games.html b/client/html/pages/games/games.html old mode 100644 new mode 100755 diff --git a/client/html/pages/home/index.html b/client/html/pages/home/index.html old mode 100644 new mode 100755 diff --git a/client/html/pages/legal/about.html b/client/html/pages/legal/about.html old mode 100644 new mode 100755 diff --git a/client/html/pages/legal/privacy-policy.html b/client/html/pages/legal/privacy-policy.html old mode 100644 new mode 100755 diff --git a/client/html/pages/legal/terms-of-service.html b/client/html/pages/legal/terms-of-service.html old mode 100644 new mode 100755 diff --git a/client/html/pages/maintenance/maintenance.html b/client/html/pages/maintenance/maintenance.html old mode 100644 new mode 100755 diff --git a/client/html/pages/my/avatar.html b/client/html/pages/my/avatar.html old mode 100644 new mode 100755 diff --git a/client/html/pages/my/compose/compose.html b/client/html/pages/my/compose/compose.html old mode 100644 new mode 100755 diff --git a/client/html/pages/my/create/create.html b/client/html/pages/my/create/create.html old mode 100644 new mode 100755 diff --git a/client/html/pages/my/friends.html b/client/html/pages/my/friends.html old mode 100644 new mode 100755 diff --git a/client/html/pages/my/messages.html b/client/html/pages/my/messages.html old mode 100644 new mode 100755 diff --git a/client/html/pages/profile/user-profile.html b/client/html/pages/profile/user-profile.html old mode 100644 new mode 100755 diff --git a/client/html/pages/settings/settings.html b/client/html/pages/settings/settings.html old mode 100644 new mode 100755 diff --git a/client/html/pages/upload/place/place.html b/client/html/pages/upload/place/place.html old mode 100644 new mode 100755 diff --git a/client/html/pages/upload/shirt/shirt.html b/client/html/pages/upload/shirt/shirt.html old mode 100644 new mode 100755 diff --git a/client/html/pages/users/users.html b/client/html/pages/users/users.html old mode 100644 new mode 100755 diff --git a/client/js/admin/assets.js b/client/js/admin/assets.js old mode 100644 new mode 100755 diff --git a/client/js/admin/auth.js b/client/js/admin/auth.js old mode 100644 new mode 100755 diff --git a/client/js/admin/forum.js b/client/js/admin/forum.js old mode 100644 new mode 100755 diff --git a/client/js/admin/games.js b/client/js/admin/games.js old mode 100644 new mode 100755 diff --git a/client/js/admin/init.js b/client/js/admin/init.js old mode 100644 new mode 100755 diff --git a/client/js/admin/statistics.js b/client/js/admin/statistics.js old mode 100644 new mode 100755 diff --git a/client/js/admin/users.js b/client/js/admin/users.js old mode 100644 new mode 100755 diff --git a/client/js/admin/utils.js b/client/js/admin/utils.js old mode 100644 new mode 100755 diff --git a/client/js/ads.js b/client/js/ads.js old mode 100644 new mode 100755 diff --git a/client/js/auth/auth.js b/client/js/auth/auth.js old mode 100644 new mode 100755 diff --git a/client/js/avatar.js b/client/js/avatar.js old mode 100644 new mode 100755 diff --git a/client/js/banned.js b/client/js/banned.js old mode 100644 new mode 100755 diff --git a/client/js/catalog.js b/client/js/catalog.js old mode 100644 new mode 100755 diff --git a/client/js/components/friends.js b/client/js/components/friends.js old mode 100644 new mode 100755 diff --git a/client/js/components/user-games.js b/client/js/components/user-games.js old mode 100644 new mode 100755 diff --git a/client/js/confirm-registration.js b/client/js/confirm-registration.js old mode 100644 new mode 100755 diff --git a/client/js/forum/init.js b/client/js/forum/init.js old mode 100644 new mode 100755 diff --git a/client/js/forum/posts.js b/client/js/forum/posts.js old mode 100644 new mode 100755 diff --git a/client/js/forum/replies.js b/client/js/forum/replies.js old mode 100644 new mode 100755 diff --git a/client/js/forum/sections.js b/client/js/forum/sections.js old mode 100644 new mode 100755 diff --git a/client/js/forum/ui.js b/client/js/forum/ui.js old mode 100644 new mode 100755 diff --git a/client/js/forum/utils.js b/client/js/forum/utils.js old mode 100644 new mode 100755 diff --git a/client/js/friends/actions.js b/client/js/friends/actions.js old mode 100644 new mode 100755 diff --git a/client/js/friends/init.js b/client/js/friends/init.js old mode 100644 new mode 100755 diff --git a/client/js/friends/list.js b/client/js/friends/list.js old mode 100644 new mode 100755 diff --git a/client/js/friends/requests.js b/client/js/friends/requests.js old mode 100644 new mode 100755 diff --git a/client/js/friends/showfriends.js b/client/js/friends/showfriends.js old mode 100644 new mode 100755 diff --git a/client/js/friends/ui.js b/client/js/friends/ui.js old mode 100644 new mode 100755 diff --git a/client/js/game/actions.js b/client/js/game/actions.js old mode 100644 new mode 100755 diff --git a/client/js/game/api.js b/client/js/game/api.js old mode 100644 new mode 100755 diff --git a/client/js/game/comments.js b/client/js/game/comments.js old mode 100644 new mode 100755 diff --git a/client/js/game/display.js b/client/js/game/display.js old mode 100644 new mode 100755 diff --git a/client/js/game/init.js b/client/js/game/init.js old mode 100644 new mode 100755 diff --git a/client/js/game/utils.js b/client/js/game/utils.js old mode 100644 new mode 100755 diff --git a/client/js/games/api.js b/client/js/games/api.js old mode 100644 new mode 100755 diff --git a/client/js/games/display.js b/client/js/games/display.js old mode 100644 new mode 100755 diff --git a/client/js/games/init.js b/client/js/games/init.js old mode 100644 new mode 100755 diff --git a/client/js/games/utils.js b/client/js/games/utils.js old mode 100644 new mode 100755 diff --git a/client/js/header.js b/client/js/header.js old mode 100644 new mode 100755 diff --git a/client/js/home.js b/client/js/home.js old mode 100644 new mode 100755 diff --git a/client/js/messages-page.js b/client/js/messages-page.js old mode 100644 new mode 100755 diff --git a/client/js/messages.js b/client/js/messages.js old mode 100644 new mode 100755 diff --git a/client/js/particles-config.js b/client/js/particles-config.js old mode 100644 new mode 100755 diff --git a/client/js/places.js b/client/js/places.js old mode 100644 new mode 100755 diff --git a/client/js/settings.js b/client/js/settings.js old mode 100644 new mode 100755 diff --git a/client/js/shirt-details.js b/client/js/shirt-details.js old mode 100644 new mode 100755 diff --git a/client/js/shirts.js b/client/js/shirts.js old mode 100644 new mode 100755 diff --git a/client/js/theme-loader.js b/client/js/theme-loader.js old mode 100644 new mode 100755 diff --git a/client/js/upload/accessKey.js b/client/js/upload/accessKey.js old mode 100644 new mode 100755 diff --git a/client/js/upload/alert.js b/client/js/upload/alert.js old mode 100644 new mode 100755 diff --git a/client/js/upload/place/init.js b/client/js/upload/place/init.js old mode 100644 new mode 100755 diff --git a/client/js/upload/place/oldupload.js b/client/js/upload/place/oldupload.js old mode 100644 new mode 100755 diff --git a/client/js/upload/place/uploadform.js b/client/js/upload/place/uploadform.js old mode 100644 new mode 100755 diff --git a/client/js/upload/shirts/init.js b/client/js/upload/shirts/init.js old mode 100644 new mode 100755 diff --git a/client/js/upload/shirts/uploadform.js b/client/js/upload/shirts/uploadform.js old mode 100644 new mode 100755 diff --git a/client/js/user-profile.js b/client/js/user-profile.js old mode 100644 new mode 100755 diff --git a/client/js/users/display.js b/client/js/users/display.js old mode 100644 new mode 100755 diff --git a/client/js/users/init.js b/client/js/users/init.js old mode 100644 new mode 100755 diff --git a/client/js/users/pagination.js b/client/js/users/pagination.js old mode 100644 new mode 100755 diff --git a/client/js/users/search.js b/client/js/users/search.js old mode 100644 new mode 100755 diff --git a/client/js/users/status.js b/client/js/users/status.js old mode 100644 new mode 100755 diff --git a/client/js/users/utils.js b/client/js/users/utils.js old mode 100644 new mode 100755 diff --git a/client/js/version.js b/client/js/version.js old mode 100644 new mode 100755 diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..24db0fe --- /dev/null +++ b/deploy.sh @@ -0,0 +1,17 @@ +#!/bin/bash +echo "Deploying application..." + +# Pull latest code +git pull + +# Install dependencies +npm install + +# Rebuild application (if needed) +npm run build + +# Restart PM2 +pm2 reload all + +echo "Application deployed!" + diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100755 index 0000000..7d8241e --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,12 @@ +module.exports = { + apps: [{ + name: 'valkyrie', + script: 'server/server.js', + instances: 'max', + exec_mode: 'cluster', + env: { + NODE_ENV: 'production', + PORT: 3000 + } + }] +} diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/public/images/AlphaBlox.ico b/public/images/AlphaBlox.ico old mode 100644 new mode 100755 diff --git a/public/images/AlphaBloxLogo.png b/public/images/AlphaBloxLogo.png old mode 100644 new mode 100755 diff --git a/public/images/AlphaBloxSquare.png b/public/images/AlphaBloxSquare.png old mode 100644 new mode 100755 diff --git a/public/images/Cool-Background.png b/public/images/Cool-Background.png old mode 100644 new mode 100755 diff --git a/public/images/ValkLogo.png b/public/images/ValkLogo.png old mode 100644 new mode 100755 diff --git a/public/images/Valkyrie Hero Banner.png b/public/images/Valkyrie Hero Banner.png old mode 100644 new mode 100755 diff --git a/public/images/Valkyrie-maintenance.png b/public/images/Valkyrie-maintenance.png old mode 100644 new mode 100755 diff --git a/public/images/Valkyrie.ico b/public/images/Valkyrie.ico old mode 100644 new mode 100755 diff --git a/public/images/Valkyrie404.png b/public/images/Valkyrie404.png old mode 100644 new mode 100755 diff --git a/public/images/alphablox-hero-banner.png b/public/images/alphablox-hero-banner.png old mode 100644 new mode 100755 diff --git a/public/images/alphablox-maintenance.png b/public/images/alphablox-maintenance.png old mode 100644 new mode 100755 diff --git a/public/images/alphablox404.jpg b/public/images/alphablox404.jpg old mode 100644 new mode 100755 diff --git a/public/images/bkg.jpg b/public/images/bkg.jpg old mode 100644 new mode 100755 diff --git a/public/images/rcity.jpg b/public/images/rcity.jpg old mode 100644 new mode 100755 diff --git a/public/images/rollercoaster.png b/public/images/rollercoaster.png old mode 100644 new mode 100755 diff --git a/server/announcements.js b/server/announcements.js old mode 100644 new mode 100755 diff --git a/server/functions/api/config/database.js b/server/functions/api/config/database.js old mode 100644 new mode 100755 diff --git a/server/functions/api/middleware/adminAuth.js b/server/functions/api/middleware/adminAuth.js old mode 100644 new mode 100755 diff --git a/server/functions/api/middleware/auth.js b/server/functions/api/middleware/auth.js old mode 100644 new mode 100755 diff --git a/server/functions/api/middleware/authenticateToken.js b/server/functions/api/middleware/authenticateToken.js old mode 100644 new mode 100755 diff --git a/server/functions/api/middleware/updateUserStatus.js b/server/functions/api/middleware/updateUserStatus.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Asset.js b/server/functions/api/models/Asset.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Chat.js b/server/functions/api/models/Chat.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Counter.js b/server/functions/api/models/Counter.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/ForumPost.js b/server/functions/api/models/ForumPost.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Game.js b/server/functions/api/models/Game.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Message.js b/server/functions/api/models/Message.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Pant.js b/server/functions/api/models/Pant.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Reply.js b/server/functions/api/models/Reply.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/Shirt.js b/server/functions/api/models/Shirt.js old mode 100644 new mode 100755 diff --git a/server/functions/api/models/User.js b/server/functions/api/models/User.js old mode 100644 new mode 100755 diff --git a/server/functions/api/queues/thumbnailQueue.js b/server/functions/api/queues/thumbnailQueue.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/admin.js b/server/functions/api/routes/admin.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/auth.js b/server/functions/api/routes/auth.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/avatar.js b/server/functions/api/routes/avatar.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/banned.js b/server/functions/api/routes/banned.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/catalog.js b/server/functions/api/routes/catalog.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/chat.js b/server/functions/api/routes/chat.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/currency.js b/server/functions/api/routes/currency.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/forum.js b/server/functions/api/routes/forum.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/friends.js b/server/functions/api/routes/friends.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/games.js b/server/functions/api/routes/games.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/messages.js b/server/functions/api/routes/messages.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/pages.js b/server/functions/api/routes/pages.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/searchUsers.js b/server/functions/api/routes/searchUsers.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/shirt.js b/server/functions/api/routes/shirt.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/user-status.js b/server/functions/api/routes/user-status.js old mode 100644 new mode 100755 diff --git a/server/functions/api/routes/user.js b/server/functions/api/routes/user.js old mode 100644 new mode 100755 diff --git a/server/functions/api/utils/authenticateToken.js b/server/functions/api/utils/authenticateToken.js old mode 100644 new mode 100755 diff --git a/server/functions/api/utils/badWords.js b/server/functions/api/utils/badWords.js old mode 100644 new mode 100755 diff --git a/server/functions/api/utils/emailService.js b/server/functions/api/utils/emailService.js old mode 100644 new mode 100755 diff --git a/server/functions/api/utils/escapeRegex.js b/server/functions/api/utils/escapeRegex.js old mode 100644 new mode 100755 diff --git a/server/functions/api/utils/rccService.js b/server/functions/api/utils/rccService.js old mode 100644 new mode 100755 diff --git a/server/functions/api/utils/scheduledtask.js b/server/functions/api/utils/scheduledtask.js old mode 100644 new mode 100755 diff --git a/server/package-lock.json b/server/package-lock.json old mode 100644 new mode 100755 diff --git a/server/package.json b/server/package.json old mode 100644 new mode 100755 diff --git a/server/scripts/clearUsers.js b/server/scripts/clearUsers.js old mode 100644 new mode 100755 diff --git a/server/scripts/createAdmin.js b/server/scripts/createAdmin.js old mode 100644 new mode 100755 diff --git a/server/scripts/generatetestusers.js b/server/scripts/generatetestusers.js old mode 100644 new mode 100755 diff --git a/server/scripts/resetUserIds.js b/server/scripts/resetUserIds.js old mode 100644 new mode 100755 diff --git a/server/server.js b/server/server.js old mode 100644 new mode 100755 diff --git a/server/worker.js b/server/worker.js old mode 100644 new mode 100755 diff --git a/test-commit.txt b/test-commit.txt old mode 100644 new mode 100755 diff --git a/uploads/0d7b590b7caa7c1c108698400 b/uploads/0d7b590b7caa7c1c108698400 old mode 100644 new mode 100755 diff --git a/uploads/1726866147730-BNR Screenshot2.png b/uploads/1726866147730-BNR Screenshot2.png old mode 100644 new mode 100755 diff --git a/uploads/1726866267704-BNR Screenshot2.png b/uploads/1726866267704-BNR Screenshot2.png old mode 100644 new mode 100755 diff --git a/uploads/1726871274930-389542-4k-wallpaper.jpg b/uploads/1726871274930-389542-4k-wallpaper.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726877926566-jpibiou.jpg b/uploads/1726877926566-jpibiou.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726877940365-jpibiou.jpg b/uploads/1726877940365-jpibiou.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726878067149-jpibiou.jpg b/uploads/1726878067149-jpibiou.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726878252516-jpibiou.jpg b/uploads/1726878252516-jpibiou.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726878309299-jpibiou.jpg b/uploads/1726878309299-jpibiou.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726878490589-jpibiou.jpg b/uploads/1726878490589-jpibiou.jpg old mode 100644 new mode 100755 diff --git a/uploads/1726879184881-421951.jpeg b/uploads/1726879184881-421951.jpeg old mode 100644 new mode 100755 diff --git a/uploads/1727009076380-158652247.png b/uploads/1727009076380-158652247.png old mode 100644 new mode 100755 diff --git a/uploads/1727010348665-2010-wallpaper.png b/uploads/1727010348665-2010-wallpaper.png old mode 100644 new mode 100755 diff --git a/uploads/1727010568614-2010-wallpaper.png b/uploads/1727010568614-2010-wallpaper.png old mode 100644 new mode 100755 diff --git a/uploads/1727010971089-2010-wallpaper.png b/uploads/1727010971089-2010-wallpaper.png old mode 100644 new mode 100755 diff --git a/uploads/1727011614306-2010-wallpaper.png b/uploads/1727011614306-2010-wallpaper.png old mode 100644 new mode 100755 diff --git a/uploads/1727228247898-1153754.png b/uploads/1727228247898-1153754.png old mode 100644 new mode 100755 diff --git a/uploads/1727228497594-1153754.png b/uploads/1727228497594-1153754.png old mode 100644 new mode 100755 diff --git a/uploads/1727228550558-1153754.png b/uploads/1727228550558-1153754.png old mode 100644 new mode 100755 diff --git a/uploads/1728093967525-OIP.jpg b/uploads/1728093967525-OIP.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728093967526-Apocalypse Rising (Fixed & Working).rbxl b/uploads/1728093967526-Apocalypse Rising (Fixed & Working).rbxl old mode 100644 new mode 100755 diff --git a/uploads/1728094099315-OIP.jpg b/uploads/1728094099315-OIP.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728094099316-Apocalypse Rising (Fixed & Working).rbxl b/uploads/1728094099316-Apocalypse Rising (Fixed & Working).rbxl old mode 100644 new mode 100755 diff --git a/uploads/1728095105152-OIP.jpg b/uploads/1728095105152-OIP.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728137363194-OIP.jpg b/uploads/1728137363194-OIP.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728142145403-maxresdefault.jpg b/uploads/1728142145403-maxresdefault.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728176319753-maxresdefault.jpg b/uploads/1728176319753-maxresdefault.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728176825802-BNR Screenshot2.png b/uploads/1728176825802-BNR Screenshot2.png old mode 100644 new mode 100755 diff --git a/uploads/1728180471257-R.jpg b/uploads/1728180471257-R.jpg old mode 100644 new mode 100755 diff --git a/uploads/1728181679046-774b2a92da2416935b1d26faccbd472d76d8cef1.png b/uploads/1728181679046-774b2a92da2416935b1d26faccbd472d76d8cef1.png old mode 100644 new mode 100755 diff --git a/uploads/1728183299927-89437201_10216152954596170_8517994551216963584_n.png b/uploads/1728183299927-89437201_10216152954596170_8517994551216963584_n.png old mode 100644 new mode 100755 diff --git a/uploads/1728604701045-774b2a92da2416935b1d26faccbd472d76d8cef1.png b/uploads/1728604701045-774b2a92da2416935b1d26faccbd472d76d8cef1.png old mode 100644 new mode 100755 diff --git a/uploads/1728609436001-774b2a92da2416935b1d26faccbd472d76d8cef1.png b/uploads/1728609436001-774b2a92da2416935b1d26faccbd472d76d8cef1.png old mode 100644 new mode 100755 diff --git a/uploads/1728609804436-cool-blue-shirt.png b/uploads/1728609804436-cool-blue-shirt.png old mode 100644 new mode 100755 diff --git a/uploads/1729115415035-573616139c1e4a9ef51962a243f26007.png b/uploads/1729115415035-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729115579129-573616139c1e4a9ef51962a243f26007.png b/uploads/1729115579129-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729115632165-573616139c1e4a9ef51962a243f26007.png b/uploads/1729115632165-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729115739684-573616139c1e4a9ef51962a243f26007.png b/uploads/1729115739684-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729115880999-573616139c1e4a9ef51962a243f26007.png b/uploads/1729115880999-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729116186301-573616139c1e4a9ef51962a243f26007.png b/uploads/1729116186301-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729116331254-573616139c1e4a9ef51962a243f26007.png b/uploads/1729116331254-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729119448995-573616139c1e4a9ef51962a243f26007.png b/uploads/1729119448995-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729119715578-573616139c1e4a9ef51962a243f26007.png b/uploads/1729119715578-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729120357394-573616139c1e4a9ef51962a243f26007.png b/uploads/1729120357394-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729120562492-573616139c1e4a9ef51962a243f26007.png b/uploads/1729120562492-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729272577659-573616139c1e4a9ef51962a243f26007.png b/uploads/1729272577659-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729694729084-573616139c1e4a9ef51962a243f26007.png b/uploads/1729694729084-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1729695002739-573616139c1e4a9ef51962a243f26007.png b/uploads/1729695002739-573616139c1e4a9ef51962a243f26007.png old mode 100644 new mode 100755 diff --git a/uploads/1828fd3b0cff34f580fa16700 b/uploads/1828fd3b0cff34f580fa16700 old mode 100644 new mode 100755 diff --git a/uploads/1828fd3b0cff34f580fa16701 b/uploads/1828fd3b0cff34f580fa16701 old mode 100644 new mode 100755 diff --git a/uploads/21f97f3f4abe603e648eaf400.png b/uploads/21f97f3f4abe603e648eaf400.png old mode 100644 new mode 100755 diff --git a/uploads/3c0cc24bdf1afadbcef4c84172959ede b/uploads/3c0cc24bdf1afadbcef4c84172959ede old mode 100644 new mode 100755 diff --git a/uploads/8844f57292628d6d77b10bd01 b/uploads/8844f57292628d6d77b10bd01 old mode 100644 new mode 100755 diff --git a/uploads/8ae9e3ef391c0ae82eba8cc5acea3356 b/uploads/8ae9e3ef391c0ae82eba8cc5acea3356 old mode 100644 new mode 100755 diff --git a/uploads/a6cc04bc54c0170a2d8a994f1dd21ea0 b/uploads/a6cc04bc54c0170a2d8a994f1dd21ea0 old mode 100644 new mode 100755 diff --git a/uploads/b7a98fdcb705c31e32f85808e6f2256e b/uploads/b7a98fdcb705c31e32f85808e6f2256e old mode 100644 new mode 100755 diff --git a/uploads/d2fbc2277b5e935a2691dda2a960470d b/uploads/d2fbc2277b5e935a2691dda2a960470d old mode 100644 new mode 100755 diff --git a/uploads/f07055be4d30ee73ef8ba0a00 b/uploads/f07055be4d30ee73ef8ba0a00 old mode 100644 new mode 100755 diff --git a/vercel.json b/vercel.json new file mode 100755 index 0000000..fd926d2 --- /dev/null +++ b/vercel.json @@ -0,0 +1,24 @@ +{ + "version": 2, + "builds": [ + { + "src": "server/server.js", + "use": "@vercel/node@3.0.0" + }, + { + "src": "client/**", + "use": "@vercel/static" + } + ], + "routes": [ + { "src": "/images/(.*)", "dest": "/images/$1" }, + { "src": "/js/(.*)", "dest": "/client/js/$1" }, + { "src": "/css/(.*)", "dest": "/client/css/$1" }, + { "src": "/api/(.*)", "dest": "/server/server.js" }, + { "src": "/(.*)", "dest": "/server/server.js" }, + { "src": "/api/verify-secret-key", "dest": "/server/server.js" } + ], + "env": { + "MAINTENANCE_MODE": "false" + } + } \ No newline at end of file diff --git a/video/less.mp4 b/video/less.mp4 old mode 100644 new mode 100755 diff --git a/video/valkyrie-background-trailer.mp4 b/video/valkyrie-background-trailer.mp4 old mode 100644 new mode 100755