This commit is contained in:
Tomasz Borychowski
2020-11-05 23:26:01 +00:00
parent ff7a103175
commit 739bd84179
3 changed files with 83 additions and 5 deletions

View File

@@ -9,11 +9,6 @@ Hence - this repo.<br>
The aims is to provide a ready-to-run recipes that you can just copy, paste and run.<br>
So, without further ado, here's the current list:
# General Information
- How to setup docker & docker-compose?
- How to use docker-compose
- Troubleshooting
# How to use this cookbook
- There are certain things that some recipes need which cannot be filled in due to security reasons.
- `example.com` needs to be replaced with your own domain
@@ -21,6 +16,13 @@ So, without further ado, here's the current list:
- keys (like `APP_KEY`, `SECRET` etc.) should be regenerated using e.g. `openssl rand -base64 32`
- Not all apps have been tested & described. These are marked as 🔗 (external links).
# General Information
- How to setup docker & docker-compose?
- How to use docker-compose
- Troubleshooting
# Ad Blockers & local DNS
- [AdGuard Home](apps/ad-blockers/adguard.md)
- [PiHole](apps/ad-blockers/pihole.md)
@@ -29,6 +31,10 @@ So, without further ado, here's the current list:
# Antivirus
- [MalwareMultiScan](https://github.com/mindcollapse/MalwareMultiScan) 🔗
# Backup
- Duplicati
- Elkar Backup
# Blogging
- [AnchorCMS](https://github.com/anchorcms/anchor-cms#installation) 🔗
- [Ghost](https://ghost.org/docs/install/docker/) 🔗