Update the importable script to use a JSON-based config instead of consts in the Javascript, and make it rename a lot more and remove tags if they aren't used a certain amount

This commit is contained in:
Oliver 2026-02-07 20:40:48 -07:00
parent 3fdbdf842c
commit beb7795138
3 changed files with 187 additions and 41 deletions

View file

@ -29,7 +29,7 @@ jobs:
LATEST_URL: "${{forgejo.server_url}}/${{forgejo.repository}}/releases/download/latest/${{env.MANIFEST}}"
- name: Set up default storage
run: mkdir -p storage/db && mv importable/*.json storage/db
run: mkdir -p storage/db && mv importable/artists.json storage/db && mv importable/images.json storage/db
- name: Compress files
run: zip -r release.zip langs module styles storage templates README.md assets LICENSE ${{env.MANIFEST}}