yannmoelle/README.md

23 lines
741 B
Markdown
Raw Normal View History

2023-04-14 18:32:03 +02:00
# Mylinks
2023-04-14 22:46:24 +02:00
Base is a fork of [Littlelink](https://github.com/sethcottle/littlelink). Changed and enhanced by @hxcde.
2023-04-14 17:12:48 +02:00
2023-04-14 18:45:15 +02:00
## Create your own page
2023-04-14 18:32:28 +02:00
- Fork your own copy
- Edit the Page on your Gitea/Github/Gitlab etc
2023-04-14 22:26:38 +02:00
- Edit line 5 in install.sh to your own git link `[yourgit]/mylinks.git`.
2023-04-14 18:46:49 +02:00
- Edit line 4 in install.sh to your own git `[yourgit]/mylinks.git`
2023-04-14 22:26:38 +02:00
- Edit line 13 in README.md to `[yourgitlink]/install.sh`.
2023-04-14 17:12:58 +02:00
## Installation
2023-04-14 17:12:33 +02:00
```bash
2023-04-14 17:58:45 +02:00
sh -c "$(curl -L https://git.moelle.space/hxcde/mylinks/raw/branch/main/install.sh)"
2023-04-14 17:12:33 +02:00
```
2023-04-14 17:12:58 +02:00
## Update
2023-04-14 17:06:50 +02:00
```bash
2023-04-14 18:10:02 +02:00
sh /var/www/html/mylinks/update.sh
2023-04-14 18:38:39 +02:00
```
2023-04-14 18:39:27 +02:00
## Automatic Updates
2023-04-14 22:25:54 +02:00
This script installs a cronjob, that updates to the actual version every day at 00:00.
2023-04-14 18:38:39 +02:00
```bash
sh /var/www/html/mylinks/auto-update.sh
2023-04-14 17:06:50 +02:00
```