Compare commits

..

No commits in common. "1498ca388a897f9c65a568e9700a0c0f2729d22d" and "585e6684a5cf8091e3874b9029ff21795d7225e8" have entirely different histories.

5 changed files with 10616 additions and 3 deletions

View file

@ -5,7 +5,6 @@ on:
branches: branches:
- gold - gold
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -16,7 +16,6 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
# Use a non-root user for security # Use a non-root user for security
RUN chown -R 101:101 /usr/share/nginx/html /var/cache/nginx /var/run /etc/nginx USER 1000
USER 101
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]

BIN
bun.lockb

Binary file not shown.

10611
package-lock.json generated Executable file

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,11 @@
"dependencies": { "dependencies": {
"@tsparticles/slim": "^3.5.0", "@tsparticles/slim": "^3.5.0",
"@tsparticles/vue3": "^3.0.1", "@tsparticles/vue3": "^3.0.1",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"express": "^4.21.1", "express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"pg": "^8.13.1",
"pinia": "^2.2.6", "pinia": "^2.2.6",
"vue": "^3.5.12", "vue": "^3.5.12",
"vue-router": "^4.4.5" "vue-router": "^4.4.5"