From ee012de168a1a21419ef1c54ab287a22f4e72836 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 24 Dec 2024 16:32:36 -0600 Subject: [PATCH] update soft-serve setup info --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c54c0cb..2a38066 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,6 @@ to afford myself both a TUI and a browser. ## 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`. ```dosini @@ -50,6 +40,9 @@ ENABLE_OPENID_SIGNIN = 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? github < mirror > gitea < mirror > soft-serve