Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10311
  • Joined

  • Last visited

  • Days Won

    43

d00p last won the day on December 9 2023

d00p had the most liked content!

About d00p

  • Birthday 07/15/1985

Profile Information

  • Gender
    Not Telling
  • Location
    Frankfurt/Main

Recent Profile Visitors

169571 profile views

d00p's Achievements

  1. Das soll ja auch nicht als Kunde angelegt sein, das ist froxlors eigene Domain, das ist schon korrekt
  2. issue was that the domain for the system-hostname was entered with upper and lowercase letters and the check then compared "dicetales.de" to "DiceTales.de" - future versions will store the value as lowercase in the installprocess to avoid this issue
  3. Hm, die Zeile in der Apache.php greift aber doch nur wenn du Let's Encrypt für froxlor selbst aktiviert hast und es entweder noch kein Zertifikat gibt oder es erneuert werden muss (weil die Dateien von acme.sh neuer sind als das Zertifikat in der Datenbank)
  4. If that is displayed your system fqdn is NOT dicetales.de. Please check the generated virtual-host configuration file (e.g. /etc/apache2/sites-enabled). It should start with 10_froxlor_* Also, you are welcome to join us on discord to solve your issue - it's a lot faster that way
  5. Das einzige was ich mir vorstellen kann an Änderung die dieses verhalten hervorruft ist diese: https://github.com/froxlor/Froxlor/commit/e06db3d8c5921d2ffdba61fd91eb1ebce8cadba4 Eventuell mal einzeln testen und die entsprechende `Cronjob::inserttask(TaskId::REBUILD_VHOST);` Zeile löschen und sehen ob das Problem weiterhin besteht. Ich kann es leider nicht reproduzieren auf der aktuellen 2.1.8 - ohne zusätzliche info was ggfls eingestellt/geändert wurde und in welchem state sich da alles bei dir befindet kann ich da auch wenig zu sagen
  6. So you already did the web-installation process? And you did specify "dicetales.de" as system fqdn? At the end of the installation, you are prompted a shell command which you have to run as root on your server, did you do that? If everything went through, you just have to visit http://dicetales.de (if that is your froxlor system fqdn) - if not, you might want to check the output of the command you had to run whether there were any issues
  7. DiceTales is a hostname, not a full qualified domain name, that would be "DiceTales.de" (hostname + Tld). Regarding installation, you will have to specify a Full qualified domain name - but of course you cannot just use any domain, you have to own it and the DNS entries need to point to your server. So, if you so not own the domain DiceTales.de you cannot use it
  8. Die erste Config (id=1) kann nicht gelöscht werden (dient ggfls als Fallbackl). Du kannst die aber natürlich anpassen wie du möchtest, z.B. auf php8.3 setzen oder so
  9. Thread from 2022....also, it will be in 2.2 (current git main branch)
  10. https://docs.froxlor.org/latest/admin-guide/cli-scripts/
  11. Einfach Mal Manuell mit --force --debug den Cron laufen lassen und Schauen ob alles ok ist....hab hier bei fast 100 Installation absolut keine Probleme
  12. Einstellungen -> Froxlor Vhost Einstellungen -> Let's Encrypt: nein dann: bin/froxlor-cli froxlor:cron -fd und dann das ganze nur mit Let's Encrypt : ja
  13. let's encrypt deaktivieren, cron laufen lassen, wieder aktivieren, cron laufen lassen
  14. dann lösch doch einfach alle froxlor-generierten vhosts in /etc/apache2/sites-enabled/*froxlor* - und rufe http://{ip}/froxlor auf ...
  15. Wieso sollte die froxlor-webui nicht funktionieren? FQDN würd ich vor dem Umzug in den einstellungen schon ändern, dann die DB und lib/userdata.inc.php migrieren auf den neuen und danach bin/froxlor-cli froxlor:switch-server-ip (siehe https://docs.froxlor.org/latest/admin-guide/cli-scripts/#switch-server-ip) und anschließen einmal die configs neugenerieren: bin/froxlor-cli froxlor:cron -fd und durch biste
×
×
  • Create New...