diff --git a/docker/w9gitea/Dockerfile b/docker/w9gitea/Dockerfile new file mode 100644 index 00000000..5afe5159 --- /dev/null +++ b/docker/w9gitea/Dockerfile @@ -0,0 +1 @@ +FROM gitea/gitea-ce:latest \ No newline at end of file diff --git a/docker/w9gitea/README.md b/docker/w9gitea/README.md new file mode 100644 index 00000000..7eac78a8 --- /dev/null +++ b/docker/w9gitea/README.md @@ -0,0 +1,9 @@ +# Readme + +From official Gitea image, and: + +- Add docker-library to this image +- Complete install wizard automaticlly by enviroment INSTALL_LOC +- Disable user register +- Add a webhook at this container when creating repository for the first time +- Use default URL localhost \ No newline at end of file diff --git a/docker/w9nginxproxymanager/README.md b/docker/w9nginxproxymanager/README.md index fde643fc..6f025810 100644 --- a/docker/w9nginxproxymanager/README.md +++ b/docker/w9nginxproxymanager/README.md @@ -1,5 +1,6 @@ # Readme +From official Nginx Proxy Manager image, and: + - add init_proxy.conf to image -- init install wizard and modify user and password -- change proxy IP at init_proxy.conf when Nginx restart \ No newline at end of file +- init install wizard and modify user and password \ No newline at end of file