Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

franks

Members
  • Joined

  • Last visited

  1. franks replied to franks's topic in German / Deutsch
    Oh, jetzt verstehe ich es. Klappt nun ganz gut.
  2. franks replied to franks's topic in German / Deutsch
    Ich habe das Composer Package von OpenAI installiert. # GitHub - orhanerday/open-ai: OpenAI PHP SDK : Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel , Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. Nun kann ich auf der Console ein Script fehlerfrei aufrufen. Gerne möchte ich über ein PHP Script auf einer Website ein Script aufrufen aber habe das Problem dass bei den originalen Zeilen require __DIR__ . '/vendor/autoload.php'; // remove this line if you use a PHP Framework. Den Fehler Warning: require(/var/customers/webs/xxx/xxx.com/vendor/autoload.php): failed to open stream: No such file or directory bringt und require '/root/vendor/autoload.php'; Warning: require(): open_basedir restriction in effect. File(/root/vendor/autoload.php) is not within the allowed path(s): Am Rande möchte ich erwähnen dass ich unglaublich finde wie ChatPGT performt. Wenn man z.B. Wie installiere ich Froxlor auf Debian 10 eingebe dann erhalte ich direkt eine Anleitung. Die Antworten sind zwar nicht immer korrekt aber sehr hilfreich.
  3. franks replied to franks's topic in German / Deutsch
    ... bzw. kann man das auch mit Symlink lösen?
  4. franks posted a topic in German / Deutsch
    Hallo, ich haben Composer installiert. Nun sollte auf den Prad /rpot/vendor/ zugegriffen werden. In der PHP-Konfiguration habe ich {OPEN_BASEDIR_C}open_basedir = "{OPEN_BASEDIR}:/root/vendor/" eingetragen. Leider funktioniert das so nicht. Was ist der richtige und ein sicherer Weg?
  5. falls noch jemand das problem hat. bei mir war im crontab die php7.3 eingetragen ( nano /etc/cron.d/froxlor ) und die standart php version ( update-alternatives --config php ) habe ich auf 8.1 geändert. nun funktioniert es.
  6. ich habe chmod manuell ausgeführt und den eintrag auskommentiert. mir ist aufgefallen dass im Froxlor immer steht dass unter Ausstehende Cron-Aufgaben "Neuerstellung der Webserver-Konfiguration steht" und auch nicht mehr verschwindet.
  7. Darf ich höflich fragen ob die Zeile chmod(/var/www/html/froxlor//bin/froxlor-cli, 0755); im Masterchronjob eventuell falsch ist? Ich erhalte beim manuellem Aufruf folgende Meldung: PHP Parse error: syntax error, unexpected token "/" in /var/www/html/froxlor/scripts/froxlor_master_cronjob.php on line 2
  8. Ich habe meine Debian 10 von Froxlor 2.0.3. auf 2.0.8 upgedatet. Dabei ist folgende Fehlermeldung gekommen: Uncaught exception 0 Undefined constant "PHO_EOL" #0 /var/www/html/froxlor/install/updatesql.php(56): include_once() #1 /var/www/html/froxlor/admin_updates.php(53): include_once('/var/www/html/f...') #2 {main}
  9. Danke, mit der 2.0.3 funktioniert das Update. 😄
  10. ich bekomme auch die selbe Fehlermeldung beim Update von 0.10.38.3 auf 2.0.1. Der Eintrag innodb_default_row_format = 'DYNAMIC' innodb_strict_mode=OFF habe ich auch hinzugefügt. Au dem System Läuft Debian 10.
  11. joo, das wars. ich habe immer nur die vhost einträge geändert. Lösung: Eintrag in SSL Vhost und "Nicht-SSL vHost-Einstellungen in SSL-vHost inkludieren:" auswählen.
  12. <VirtualHost xx.xx.xx.20:443> ServerName stream.xxx.info ServerAdmin xxx SSLEngine On SSLProtocol -ALL +TLSv1 +TLSv1.2 SSLCompression Off SSLSessionTickets on SSLHonorCipherOrder off SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA$ SSLVerifyDepth 10 SSLCertificateFile /etc/ssl/froxlor-custom/stream.xxx.info.crt SSLCertificateKeyFile /etc/ssl/froxlor-custom/stream.xxx.info.key SSLCACertificateFile /etc/ssl/froxlor-custom/stream.xxx.info_CA.pem SSLCertificateChainFile /etc/ssl/froxlor-custom/stream.xxx.info_chain.pem <IfModule mod_headers.c> Header always set Strict-Transport-Security "max-age=0" </IfModule> DocumentRoot "/var/customers/webs/franks/xxx.com" FcgidIdleTimeout 30 SuexecUserGroup "franks" "franks" <Directory "/var/customers/webs/franks/xxx.com/"> <FilesMatch "\.(php|html)$"> SetHandler fcgid-script FcgidWrapper /var/www/php-fcgi-scripts/franks/stream.xxx.info/php-fcgi-starter .php FcgidWrapper /var/www/php-fcgi-scripts/franks/stream.xxx.info/php-fcgi-starter .html Options +ExecCGI </FilesMatch> Require all granted AllowOverride All </Directory> Alias /webalizer "/var/customers/webs/franks/webalizer" LogLevel warn ErrorLog "/var/customers/logs/franks-error.log" CustomLog "/var/customers/logs/franks-access.log" combined </VirtualHost> Müssten die Einstellungen hier mit drinnen stehen?
  13. müsste die vhost nicht in /etc/apache2/sites-enabled liegen?
  14. Funktioniert leider nicht. Der Proxy leitet nicht um. Ich werde ins DocumentRoot root geleitet (404)
  15. ProxyPass /service1 http://localhost:8080/service1 ProxyPassReverse /service1 http://localhost:8080/service1 <Proxy http://localhost:8080/service1> Require all granted Options none </Proxy> ich habe den von dir oben beschriebenen eintrag in die vhost gemacht und nun erhalte ich wenn ich auf www.domain.com funktioniert das SSL Zerifikat aber lande im Verzeichnis von einer Website www.domain.com:8080/service1 dann geht Restreamer mit ungültigem SSL Zerifikat www.domain.com/service1 gehe Restreamer mit ungültigem SSL Zerifikat (Restreamer antwortet {"code":404,"message":"File not found","details":["/service1/ui"]}) Beim versuch ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ <Proxy http://localhost:8080/> Require all granted Options none </Proxy> www.domain.com funktioniert das SSL Zerifikat aber Lande im Verzeichnis von einer Website www.domain.com:8080/ dann geht Restreamer mit ungültigem SSL Zerifikat

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.