20 lines
477 B
Markdown
20 lines
477 B
Markdown
# Mylinks
|
|
Fork of [Littlelink](https://github.com/sethcottle/littlelink)
|
|
|
|
|
|
## Edit the Page
|
|
- Fork your own copy
|
|
- Edit the Page on your Gitea/Github/Gitlab etc
|
|
## Installation
|
|
```bash
|
|
sh -c "$(curl -L https://git.moelle.space/hxcde/mylinks/raw/branch/main/install.sh)"
|
|
```
|
|
## Update
|
|
```bash
|
|
sh /var/www/html/mylinks/update.sh
|
|
```
|
|
## Automatic Updates
|
|
The script installs a cronjob that updates the website every day at 00:00
|
|
```bash
|
|
sh /var/www/html/mylinks/auto-update.sh
|
|
``` |