Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepoon/osu-beatmap-mirror-docker-runtime
Docker-based runtime for osu! beatmap mirrors
https://github.com/thepoon/osu-beatmap-mirror-docker-runtime
Last synced: 2 months ago
JSON representation
Docker-based runtime for osu! beatmap mirrors
- Host: GitHub
- URL: https://github.com/thepoon/osu-beatmap-mirror-docker-runtime
- Owner: ThePooN
- Created: 2021-09-16T20:41:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T22:27:01.000Z (6 months ago)
- Last Synced: 2024-07-18T02:22:20.546Z (6 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osu! beatmap mirror runtime
Docker-based runtime for osu! beatmap mirrors
## Set up
- Install Docker and Docker Compose
- Clone this repository
- Drop required PHP files in `www` and configure them as expected
- If necessary, mount the dedicated cache volume to `www/beatmapCache`
- Set owner on entrypoint file and cache folder: `chown 101:101 ./www/d.php ./www/beatmapCache ./logs`
- Drop SSL `ssl.crt` and `ssl.key` in `./etc/nginx/includes`; uncomment and adjust settings in `./etc/nginx/includes/ssl.conf` as necessary
- Adjust cache-cleaning cron job settings in `docker-compose.yml` as needed
- Spin it up: `docker-compose up -d`