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