mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
gitea notes
This commit is contained in:
parent
cd0eb546c3
commit
20130924e4
3 changed files with 13 additions and 2 deletions
1
docker/w9gitea/Dockerfile
Normal file
1
docker/w9gitea/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
|||
FROM gitea/gitea-ce:latest
|
9
docker/w9gitea/README.md
Normal file
9
docker/w9gitea/README.md
Normal file
|
@ -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
|
|
@ -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
|
||||
- init install wizard and modify user and password
|
Loading…
Reference in a new issue