added traefik script, and updated hugo script

This commit is contained in:
2023-10-10 20:03:43 -07:00
parent ef659774d7
commit 797b4d8de6
5 changed files with 86 additions and 1 deletions

View File

@ -51,6 +51,17 @@
### `rm -rf /usr/local/go`
---
## [Traefik](https://go.dev/)
### ✔️ Install/Update
### `wget -O traefikinstall.sh https://sop.wtf/sh/traefikinstall && bash traefikinstall.sh`
### ✔️ Uninstall
### `rm -rf /usr/local/traefik`
---
## [MariaDB](https://mariadb.org/)