debmaker/README.MD

39 lines
672 B
Plaintext
Raw Normal View History

2022-01-23 22:00:54 +01:00
## DEBMAKER
2022-01-23 22:03:16 +01:00
### Requirement
- debootstrap (ie apt install debootstrap)
- Run as root
2022-01-23 22:00:54 +01:00
### Usage
```bash
. vaultwarden2deb
allstep
```
2022-01-23 22:13:15 +01:00
### package are available without compilation
2022-01-23 22:03:16 +01:00
2022-01-23 22:13:15 +01:00
#### vaultwarden
```bash
wget -qO - https://deb.lgy.fr/install.sh | bash
apt install vaultwarden vaultwarden-web
#Edit /etc/default/vaultwarden
systemctl enable --now vaultwarden
```
#### joplin server
```bash
apt install -y python wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y joplin-server
#Edit /etc/default/joplin-server
systemctl enable --now joplin-server
```