Kevin Trocolli
|
31969221e2
|
sao: change handle_c12a to async
|
2024-01-11 20:25:30 -05:00 |
|
Kevin Trocolli
|
df4c667adf
|
Merge branch 'starlette_cleanup' into develop
|
2024-01-11 20:24:59 -05:00 |
|
Hay1tsme
|
72bac55353
|
update docs
|
2024-01-11 12:36:34 -05:00 |
|
Hay1tsme
|
bb752563cc
|
aimedb: add enable toggle
|
2024-01-11 12:25:35 -05:00 |
|
Hay1tsme
|
a676e42a59
|
fix old value being in config
|
2024-01-11 12:16:45 -05:00 |
|
Hay1tsme
|
6dd46a5aa7
|
fix default config typo
|
2024-01-11 12:09:19 -05:00 |
|
Hay1tsme
|
fb36cc9b07
|
configuration changes, update docs
|
2024-01-11 12:08:22 -05:00 |
|
Hay1tsme
|
3bfc9cc845
|
sao: stub give_free_ticket
|
2024-01-10 12:51:40 -05:00 |
|
Kevin Trocolli
|
06e7288cad
|
ongeki: fix frontend page
|
2024-01-09 21:16:22 -05:00 |
|
Kevin Trocolli
|
d01ceab92f
|
idac: remove hanging "'s" on frontend if the person viewing the page doesn't have a profile
|
2024-01-09 21:03:58 -05:00 |
|
Kevin Trocolli
|
0a56207e90
|
frontend: fix cab list on arcade page
|
2024-01-09 20:08:10 -05:00 |
|
Kevin Trocolli
|
d672edb266
|
fix searching for an arcade by serial
|
2024-01-09 19:45:39 -05:00 |
|
Kevin Trocolli
|
805b8f5b3e
|
allnet: fix error parsing dli files
|
2024-01-09 19:10:54 -05:00 |
|
Kevin Trocolli
|
8a99f94c93
|
aimedb: fix felica lookups failing
|
2024-01-09 19:10:39 -05:00 |
|
Kevin Trocolli
|
5e6efbd092
|
wacca: fix network BAD
|
2024-01-09 19:10:24 -05:00 |
|
Kevin Trocolli
|
be0e407ebe
|
wacca: fix hash
|
2024-01-09 18:49:43 -05:00 |
|
Hay1tsme
|
c680c2d4e9
|
readd get_title_port_ssl
|
2024-01-09 17:49:18 -05:00 |
|
Hay1tsme
|
261d09aaef
|
dbutils: add legacy migration
|
2024-01-09 17:11:49 -05:00 |
|
Hay1tsme
|
2c1958eb04
|
fix SDDT v5 rollback script
|
2024-01-09 16:23:08 -05:00 |
|
Hay1tsme
|
37304500a5
|
fix SDDT v5 rollback and v6 upgrade scripts
|
2024-01-09 16:22:43 -05:00 |
|
Hay1tsme
|
e6dad1cb34
|
ongeki: fix v6 upgrade script
|
2024-01-09 16:08:48 -05:00 |
|
Hay1tsme
|
2d95e29f3c
|
remove unused imports
|
2024-01-09 15:59:58 -05:00 |
|
Hay1tsme
|
f8c77e69ed
|
remove unused table
|
2024-01-09 15:56:49 -05:00 |
|
Hay1tsme
|
9dab26b122
|
port frontend changes from different project
|
2024-01-09 15:54:34 -05:00 |
|
Hay1tsme
|
e27ac4b81f
|
fix dockerfile
|
2024-01-09 14:46:43 -05:00 |
|
Hay1tsme
|
05586df08a
|
move to async database
|
2024-01-09 14:42:17 -05:00 |
|
Hay1tsme
|
edd3ce8ead
|
move to alembic
|
2024-01-09 13:57:59 -05:00 |
|
Hay1tsme
|
07cbbcc377
|
idac: fix matching
|
2024-01-09 12:52:53 -05:00 |
|
Hay1tsme
|
4bc77a8ef6
|
cxb: impl JSONResponseNoASCII
|
2024-01-09 12:44:48 -05:00 |
|
Hay1tsme
|
1c22c6bec0
|
idac: add echo server
|
2024-01-09 12:41:47 -05:00 |
|
Hay1tsme
|
7b49a8ab58
|
add JSONResponseNoASCII
|
2024-01-09 12:41:32 -05:00 |
|
Hay1tsme
|
f65aa4d60a
|
idz: add socket servers
|
2024-01-09 12:21:31 -05:00 |
|
Hay1tsme
|
4b9db8be3b
|
add uvicorn to requirements
|
2024-01-09 11:49:22 -05:00 |
|
Hay1tsme
|
5c124a7d61
|
chuni: remove semicolon
|
2024-01-09 11:48:28 -05:00 |
|
Hay1tsme
|
b0536e45ed
|
chuni: remove semicolon
|
2024-01-09 11:43:43 -05:00 |
|
Hay1tsme
|
08c831ff8c
|
add missing credit to changelog
|
2024-01-09 10:35:50 -05:00 |
|
Hay1tsme
|
0c3924a8f0
|
aimedb: fix lookup with banned or locked access code
|
2024-01-09 10:33:48 -05:00 |
|
 zaphkitoandHay1tsme
|
4550cb2af5
|
delete "ADD config config" (#83)
this is because everywhere about docker build write to create and use configs/config folder, not config, if we follow docker installation guide, there will not exist config folder in artemis root. Even if the folder exists, the folder will not be mapped inside the container, then we will get a build error about config not exist
in docker-compose.yml
```
app:
hostname: ma.app
build: .
volumes:
- ./aime:/app/aime
- ./configs/config:/app/config
```
in INSTALL_DOCKER.md
- Create 'aime', 'configs', 'AimeDB', and 'logs' folder in ARTEMiS root folder (where all source files exist)
- Inside configs folder, create 'config' folder, and copy all .yaml files from example_config to config (thats all files without nginx_example.conf)
- Edit .yaml files inside configs/config to suit your server needs
- Edit core.yaml inside configs/config
I checked this file history
in https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/d1259509ad2bad2b43d2cf5164841775b10502f2, phantomlan already delete this, but don't know why it come back between https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/040742a9a4e00efa162f55450a370a79ece91d53 and https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/565dc38e9a4becf3ea4ddeeaf268d1648cb7eb6c, maybe git bug? However, now delete it again
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/83
Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
|
2024-01-09 15:31:03 +00:00 |
|
Kevin Trocolli
|
4933ad72f2
|
adb: change warning to debug
|
2024-01-09 03:17:23 -05:00 |
|
Kevin Trocolli
|
cc68b7f6c6
|
adb: fix timeout issue
|
2024-01-09 03:16:31 -05:00 |
|
Kevin Trocolli
|
14fa0f5e8e
|
begin move
|
2024-01-09 03:07:04 -05:00 |
|
Kevin Trocolli
|
b056ff218d
|
Update changelog
|
2024-01-08 21:25:45 -05:00 |
|
Kevin Trocolli
|
01591a0456
|
chuni: revert changes to udpHolePunchUri and reflectorUri
|
2024-01-08 21:23:10 -05:00 |
|
Kevin Trocolli
|
b4b40869c1
|
chuni: add roomId to handle_get_matching_state_api_request, update changelog
|
2024-01-08 20:21:27 -05:00 |
|
Hay1tsme
|
c9dfbc77c4
|
Merge pull request 'Fix issue in handle_get_user_music_api_request for Chunithm where songs would not always return all scores' (#92) from Kumubou/artemis:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/92
|
2024-01-09 01:20:46 +00:00 |
|
Hay1tsme
|
1b3e43b918
|
chuni: Imrpove GetGameSetting request handling for different versions
|
2024-01-08 18:30:03 -05:00 |
|
Hay1tsme
|
f5c77f04fa
|
update changelog
|
2024-01-08 18:23:15 -05:00 |
|
Hay1tsme
|
27bf51f9f8
|
chuni: add matching config, stun turn stuff
|
2024-01-08 18:22:09 -05:00 |
|
Hay1tsme
|
343424e26a
|
update changelog
|
2024-01-08 18:00:06 -05:00 |
|
Kumubou
|
5f33b2d3e4
|
Fix issue in handle_get_user_music_api_request where songs would not always return all scores
|
2024-01-03 22:05:24 +00:00 |
|