This dockerfile contains meta.sr.ht and Nginx.
Modify the config.ini.example file as needed. Mount the file in at /etc/sr.ht/config.ini like so:
docker run -d --name meta -v /path/to/config.ini:/etc/sr.ht/config.ini -p8001:8001 ivarmedi/meta.sr.htYou can create an admin user by providing the environment variables USERNAME and EMAIL. The password will be password:
docker run -it --rm -e USERNAME="ivarmedi" -e EMAIL="email@example.com" -v /etc/sr.ht/config.ini:/etc/sr.ht/config.ini ivarmedi/meta.sr.htWait for the app to start, and exit with Ctrl+C.
If you pass the same username on subsequent runs, it will reset the password to password (and set the email to whatever you provide).