[c] added whats done already
This commit is contained in:
parent
add86c02c6
commit
912e65d8e9
1 changed files with 30 additions and 29 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Inhaltsverzeichnis
|
||||
|
||||
- [Modul 158: Softwaremigration Planen und Durchführen](#modul-158-softwaremigration-planen-und-durchführen)
|
||||
- [Inhaltsverzeichnis](#inhaltsverzeichnis)
|
||||
- [Einleitung](#einleitung)
|
||||
- [Informieren](#informieren)
|
||||
|
@ -40,13 +41,13 @@ Damit die Migration von dem Pterodactyl Gameserver Panel reibungslos verläuft,
|
|||
- [ ] Minecraft Server 100% migriert (inkl. save data)
|
||||
- [ ] Funktionelles Wings Backend
|
||||
- [ ] Virtualisiertes Wings & Panel
|
||||
- [ ] Reverse Proxy
|
||||
- [x] Reverse Proxy
|
||||
- [ ] Backups
|
||||
|
||||
#### Nice to have
|
||||
|
||||
- [ ] Virtualisiertes Wings Panel mit dedizierter IP Adresse
|
||||
- [ ] 2FA
|
||||
- [x] 2FA
|
||||
|
||||
#### Low priority
|
||||
|
||||
|
@ -56,17 +57,17 @@ Damit die Migration von dem Pterodactyl Gameserver Panel reibungslos verläuft,
|
|||
|
||||
#### Panel
|
||||
|
||||
- [ ] Setup LXC CT
|
||||
- [ ] Check if all dependecies are met (PHP, MYSQL, etc...)
|
||||
- [ ] Download extra pterodactyl files
|
||||
- [ ] Database Setup
|
||||
- [ ] Crontab configurations
|
||||
- [ ] Configure Reverse Proxy
|
||||
- [x] Setup LXC CT
|
||||
- [x] Check if all dependecies are met (PHP, MYSQL, etc...)
|
||||
- [x] Download extra pterodactyl files
|
||||
- [x] Database Setup
|
||||
- [x] Crontab configurations
|
||||
- [x] Configure Reverse Proxy
|
||||
|
||||
#### Wings
|
||||
|
||||
- [ ] Setup VM
|
||||
- [ ] Check if all dependencies are met. (`curl`, `docker`)
|
||||
- [x] Setup VM
|
||||
- [x] Check if all dependencies are met. (`curl`, `docker`)
|
||||
- [ ] Download and Configure Wings
|
||||
|
||||
#### Post-Installation
|
||||
|
|
Loading…
Reference in a new issue