Go to file
jimmy d791306407 Remove aiohttp 2021-08-01 02:14:40 +00:00
app Rename hash function name 2021-08-01 02:12:50 +00:00
.env.sample Add TOKEN 2021-08-01 01:41:46 +00:00
.gitignore Stuff 2021-06-20 03:05:30 +00:00
Dockerfile Switch to fastapi 2021-08-01 13:04:10 +12:00
LICENSE Initial commit 2021-05-23 19:43:46 +12:00
Pipfile Remove aiohttp 2021-08-01 02:14:40 +00:00
Pipfile.lock Switch to Fastapi 2021-08-01 13:03:37 +12:00
README.md Add description 2021-05-23 21:20:22 +12:00
docker-compose.yml Change volume to filder 2021-08-01 02:12:17 +00:00

README.md

resource-pack-updater

On request from a web hook: Pulls this resource pack https://github.com/Pixel-Hideaway/ResourcePack Extract it Collate files Compresse into a zip file Generatate a sha1 hash Push zip and sha1 to BackBlaze

##Setup

cp .env.sample .env

##Run docker-compose up --build