docs update
This commit is contained in:
parent
e49a55498f
commit
057d6755cc
32
README.md
32
README.md
@ -1,10 +1,30 @@
|
||||
<img src="https://git.berlin/m/git.berlin/raw/branch/master/logo-gitberlin.png" height="100">
|
||||
<img src="https://git.berlin/m/git.berlin/raw/branch/master/assets/logo-gitberlin.png" height="100">
|
||||
|
||||
# git.berlin
|
||||
> Gitea installation [git.berlin](https://git.berlin) | git:git.berlin
|
||||
|
||||
## Documentation
|
||||
> Gitea installation notes [git.berlin](https://git.berlin)
|
||||
|
||||
- https://docs.gitea.io/
|
||||
- [Migration from GitLab](#migration-from-gitlab)
|
||||
- [Customization](#customization)
|
||||
- [Handy commands](#handy-commands)
|
||||
- [Gitea Documentation](#gitea-documentation)
|
||||
|
||||
---
|
||||
|
||||
## Migration from GitLab
|
||||
|
||||
- [`migrate-gitlab-gitea.sh`](src/branch/master/migrate-gitlab-gitea.sh)
|
||||
|
||||
## Customization
|
||||
|
||||
The `custom/` folder maps to `/home/git/gitea/custom/` on the server. Its contents can be deployed via rsync with:
|
||||
|
||||
```bash
|
||||
npm i
|
||||
gulp deploy
|
||||
```
|
||||
|
||||
[Gitea Docs: Customizing Gitea](https://docs.gitea.io/en-us/customizing-gitea/)
|
||||
|
||||
## Handy commands
|
||||
|
||||
@ -14,3 +34,7 @@ cd /home/git
|
||||
|
||||
vi gitea/custom/conf/app.ini
|
||||
```
|
||||
|
||||
## Gitea Documentation
|
||||
|
||||
- [docs.gitea.io](https://docs.gitea.io/)
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@ -7,9 +7,6 @@
|
||||
},
|
||||
"homepage": "https://git.berlin",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"start": "gulp server"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.26.3",
|
||||
"gulp": "^4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user