An authentication portal for shared user accounts between Sponge services.
Originally written in Play, but ported to Django and made more robust with more extensive testing.
You'll need:
Run
docker-compose up
and wait for a bit. When you see
su -c '/env/bin/python spongeauth/manage.py runserver 0.0.0.0:8000' spongeauth
then you should be able to visit http://localhost:8000 and have a working SpongeAuth install.
If you need an administrator account, you should be able to run:
docker-compose run app /env/bin/python spongeauth/manage.py createsuperuser
and follow the prompts to get an administrator account. This must be done after the up command above.
Content type
Image
Digest
Size
394.8 MB
Last updated
over 7 years ago
docker pull lukegb/spongeauth