Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

thaim/docker-submin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c5097da · Jan 29, 2017

History

11 Commits
Jan 26, 2017
Jan 13, 2016
Jan 24, 2017
Jan 24, 2017
Jan 24, 2017
Jan 25, 2017
Jan 26, 2017
Feb 6, 2016

Repository files navigation

docker-submin

web gui for svn running on docker

See Submin for more details.

See Docker hub for tags list and build details.

quick start If you want to run submin container on server "http://example.com" with port "8080",

docker run -d -p "8080:80" -e "SUBMIN_HOSTNAME=example.com" -e "SUBMIN_EXTERNAL_PORT=8080" thaim/submin

After initialization done, container print URL on logs to reset password as below:

access http://example.com:8080/submin/password/admin/NX6UIpOvlab0B8QYQTKE1d4xQQ9qNl0XG1pkeUV8xg9bbcj1q4 to reset password

Notes

  • Git feature is disabled.
  • Email feature is not working now.