devshort

private self-hosted shortlink service
git clone https://git.clttr.info/devshort.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 0f387ad41a8698ab4b8a51b25c10a6c6ba94ee59
parent d29ae2e7b6ffba2c6dfaf0b47546bf793bb7eaf8
Author: René Wagner <rwa@clttr.info>
Date:   Mon,  3 Jan 2022 20:08:55 +0100

update example config

Diffstat:
Mdata/config.json.example | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/config.json.example b/data/config.json.example @@ -4,14 +4,14 @@ "name": "devShort shortlink service", "author": "The admin", "author_link": "https:\/\/www.mysite.org", - "home_link": "https:\/\/sr.ht\/~rwa\/devShort", + "home_link": "https:\/\/src.clttr.info\/rwa\/devShort", "favicon": "assets/icon.png", "random_shortlink": false, "custom_links": { - "sourcehut": "https:\/\/sourcehut.org", + "gitea": "https:\/\/gitea.io", } }, "shortlinks": { - "repo": "https:\/\/git.sr.ht\/~rwa\/devShort", + "repo": "https:\/\/src.clttr.info\/rwa\/devShort", } }