mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-29 02:50:29 +00:00
26 lines
740 B
Markdown
26 lines
740 B
Markdown
# Readme
|
|
|
|
## Development
|
|
|
|
### What do done?
|
|
|
|
From official Gitea image, we have complete these modification:
|
|
|
|
- Complete install wizard automaticlly by enviroment INSTALL_LOCK
|
|
- Use default URL localhost for Host/Root_URL settings
|
|
- create administrator user
|
|
|
|
### Environments
|
|
|
|
Any app.ini items can set by environment, refer to [Managing Deployments With Environment Variables](https://docs.gitea.com/installation/install-with-docker#managing-deployments-with-environment-variables)
|
|
|
|
## User
|
|
|
|
### Repository
|
|
|
|
How to clone a Repository ?
|
|
|
|
- Git clone a repository by external network address(gitea repository page's HTTP URL)
|
|
- Git clone a repository by internal network address(e.g. http://websoft9-git:3000/organization/repository.git
|
|
|
|
|