0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 02:10:54 -05:00

45 Commits

Author SHA1 Message Date
9b44ca6d26
Rewrites CacheService To Clone Server
The CacheService has been rewritten to clone/pull the server repo for direct access to the data files that are needed to build the cache.
2024-12-07 21:33:03 -05:00
08911e76de
No need to await this... it expects a promise 2024-12-07 21:18:06 -05:00
42ae753d5b
Conditional Docker Build
The docker build now includes a boolean argument for PROD:
`docker build --build-arg PROD=false -t db-website:local .`
2024-12-07 21:17:26 -05:00
2384d54107
Issue with dockerfile build stages 2024-12-07 13:15:03 -05:00
33e5830405
Readme updated with docker instructions 2024-12-07 12:35:09 -05:00
18477fc615
Multiplatform Builds 2024-12-07 12:34:49 -05:00
613ae4b5bd
Updates Deps 2024-12-07 12:03:05 -05:00
824e5c3742
Creates Dockerfile & Build and Publish Workflow 2024-12-07 11:51:11 -05:00
16ae57037e
Updates Deps 2024-12-07 11:50:24 -05:00
911d770d20
Updates asset locations to Github 2024-12-07 11:49:54 -05:00
2deeeded9a
Updates Runtime Port to 3001 2024-12-07 11:49:13 -05:00
208c4233df
Removes Gitea Action 2024-12-07 11:47:26 -05:00
671deeaa0c
Adds Umami Support 2024-11-22 13:14:05 -05:00
26d6a54968
Updates Deploy Script 2024-11-20 13:02:20 -05:00
0baed15af0
Removes Favicon 2024-11-20 13:01:09 -05:00
7653c2e2fe
Pipeline: Trigger a unique commit build 2024-04-08 16:51:14 -04:00
7035316cea
Pipeline: Trigger a unique commit build 2024-04-08 16:33:16 -04:00
fedfb6c5da
Updates README 2024-04-08 16:26:59 -04:00
c25b86a188
Removes outdated deploy files 2024-04-08 16:26:51 -04:00
7d15a80591
Pipeline: Clone full history 2024-04-08 14:28:21 -04:00
64430fb724
Pipeline: Makes ssh directory for known_hosts 2024-04-08 14:24:53 -04:00
5e82a19049
Pipeline: Updates pipeline to use known_hosts file 2024-04-08 14:14:42 -04:00
6da627d951
Pipeline: Adds push to production step 2024-04-08 13:56:07 -04:00
df2d500d70
Pipeline: Small update to list files 2024-04-08 10:30:33 -04:00
a8feebe2e4 removed example, made build script build development 2024-04-08 15:20:48 +01:00
558f1b4767 added .env.production to frontend 2024-04-08 15:15:44 +01:00
70abf1d8c7
Pipeline: Updates trigger branch 2024-04-08 09:38:21 -04:00
2f3a5a2685
Inital Pipeline
Working on deploy pipeline.
2024-04-08 09:35:44 -04:00
ba1f2c35c8 Removed debug logs 2024-04-08 14:35:30 +01:00
79fda074fb Fixed not being able to serve react app 2024-04-08 14:34:49 +01:00
79e4169658 Removed junk files + added /public to gitignore 2024-04-08 14:00:44 +01:00
7089960cce api rewrite
- api now uses bun + ElysiaJS
2024-04-07 22:24:02 +01:00
d19412a794 frontend update and rewrite
- Updated to React 18
- Switched from CRA to vite
- reworked some components
- reworked most stores
2024-04-07 22:18:55 +01:00
CWX
c4725e50c3 update readme with a workaround for cache refresh 2023-10-18 16:44:06 +01:00
bfe942cfca Fixed issue where multiple items with the same name would always select the same ID (#4)
Co-authored-by: Terkoiz <terkoiz@spt.dev>
Reviewed-on: SPT-AKI/DB-Website#4
2023-09-23 14:18:03 +00:00
945bc8eca1 Fix for search bar resetting it's contents when attempting to fully delete them (#3)
Yes, I know that not adding all hook dependencies is bad practice.
I don't have the time or energy to refactor it properly.

Co-authored-by: Terkoiz <terkoiz@spt.dev>
Reviewed-on: SPT-AKI/DB-Website#3
2023-08-30 15:24:55 +00:00
SPT-dev
6ea3100ecc fix: issue with Footer and GiteaConfig 2023-03-03 18:40:28 -05:00
SPT-dev
7e68eb8c29 docs: Update README and pipeline walkthrough
Fix: dont filter same item result (#2)
2023-03-02 20:52:40 -05:00
SPT-dev
ed68e595d6 docs: Update README and add postman collection 2023-03-02 20:51:52 -05:00
SPT-dev
0a2b2872a4 uncomment refresh 2023-03-02 20:51:52 -05:00
SPT-dev
a13271717f Made changes to accomidate the new locales layout, works on my local setup 2023-03-02 20:51:51 -05:00
SPT-dev
81090eb0f3 fix: remove promote event 2023-03-02 20:51:50 -05:00
SPT-dev
ca07115c39 fix: rename .item to .ansible 2023-03-02 20:51:49 -05:00
SPT-dev
e20a45abd2 fix: old items path in playbook 2023-03-02 20:51:49 -05:00
SPT-dev
aeae202a35 Initial commit 2023-03-02 20:51:47 -05:00