devshort

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

commit 38219cdeb3a7f034396bcd9ad7003d27b83d98dc
parent 1db867984b948ea15c3fcfecea4f514aafa12243
Author: René Wagner <rwa@clttr.info>
Date:   Fri, 24 Feb 2023 19:16:14 +0100

fix links in README.md

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ The devShort URL shortener is the perfect choice for web developers, admins and 4. Absolutely no external deps, all that's required is shipped with the software. ## 1-2-3 Step installation -1. Download the latest [release](https://src.clttr.info/rwa/devshort/releases) and upload it to the desired installation place +1. Download the latest [release](https://git.sr.ht/~rwa/devshort/refs) and upload it to the desired installation place 2. Move `admin/config.json.example` to `admin/config.json` and `admin/stats.json.example` to `admin/stats.json` 3. Adjust the configuration in `admin/config.json`, especially **insert a admin password** The passwort will be securely hashed at the first login on the admin page. @@ -39,7 +39,7 @@ The passwort will be securely hashed at the first login on the admin page. * PHP 7.4 or above ## 1-2-3 Step update -1. Download the latest [release](https://src.clttr.info/rwa/devshort/releases) and upload it to the installation place +1. Download the latest [release](https://git.sr.ht/~rwa/devshort/refs) and upload it to the installation place 2. Start using devShort! ## Configuration @@ -55,7 +55,7 @@ All configuration is done in the file `data/config.json`. Below is a list of val * `custom_links` -> arbitrary amount of custom links that are shown on the right side of the footer ## About -* Maintainer: [René Wagner](https://src.clttr.info/rwa) +* Maintainer: [René Wagner](https://sr.ht/~rwa) * Creator: [flokX](https://github.com/flokX) License: [The MIT License](https://git.sr.ht/~rwa/devshort/tree/master/LICENSE)