mirror of
https://github.com/daylinmorgan/git-server.git
synced 2025-01-22 05:57:31 -06:00
update soft-serve setup info
This commit is contained in:
parent
8c376ff18d
commit
ee012de168
1 changed files with 3 additions and 10 deletions
13
README.md
13
README.md
|
@ -12,16 +12,6 @@ to afford myself both a TUI and a browser.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
To keep `soft-serve` version up to date
|
|
||||||
add the following lines to `sudo crontab`.
|
|
||||||
|
|
||||||
```
|
|
||||||
# update repos
|
|
||||||
0 * * * * make -C /home/daylin/git soft-repos
|
|
||||||
# update container so home page is semi-accurate
|
|
||||||
0 2 * * * make -C /home/daylin/git update-soft-serve
|
|
||||||
```
|
|
||||||
|
|
||||||
Notable changes to `app.ini` for `gitea`.
|
Notable changes to `app.ini` for `gitea`.
|
||||||
|
|
||||||
```dosini
|
```dosini
|
||||||
|
@ -50,6 +40,9 @@ ENABLE_OPENID_SIGNIN = false
|
||||||
ENABLE_OPENID_SIGNUP = false
|
ENABLE_OPENID_SIGNUP = false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
All repos on the `soft-serve` instance are handled using it's mirror feature.
|
||||||
|
A list of repos are maintained at `soft/repos.txt` and checked/added by running `soft/add-mirrors`.
|
||||||
|
|
||||||
## Where is this repo, actually?
|
## Where is this repo, actually?
|
||||||
|
|
||||||
github < mirror > gitea < mirror > soft-serve
|
github < mirror > gitea < mirror > soft-serve
|
||||||
|
|
Loading…
Reference in a new issue