Beiträge von kurti500

    Hallo allerseits,

    haben folgendes Projekt gefunden das sich mit "Running Vaultwarden on a shared hosting service" bei einem anderen hoster beschäftigt und mich gefragt ob das schon mal jemand auf einem netcup webhosting versucht hat: https://github.com/jjlin/vaultwarden-shared-hosting


    Befürchte aber dass es spätestens beim Nachinstallieren der Pakete mit pip endet, da der Befehl ja im hosting nicht verfügbar ist.

    Was meint ihr, denkbar oder ist da bei netcup ein VPS notwendig?

    Danke & Gruss

    habs probiert, leider gleiche Fehlermeldung ob mit oder ohne /

    Could not open input file: occ

    behelfe mir bzgl occ jetzt mit der entsprechenden app in Nextcloud das geht ganz gut: https://apps.nextcloud.com/apps/occweb


    Gemaess anderer posts ist die PHP Meldung unter NGINX nicht wegzubekommen, damit muss ich mich wohl abfinden.

    Den HTTPS Fehler habe ich mit einer Neuinstallation behoben.


    Bleiben noch folgende:

    • Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.
    • Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation.


    Habe es in den Webservereinstellungen unter den eigenen header daten mit folgendem versucht, leider ohne Erfolg

    Code
    location = /.well-known/carddav {return 301 $scheme://wolke.xxx.de/remote.php/dav;}    
    location = /.well-known/caldav {return 301 $scheme://wolke.xxx.de/remote.php/dav;}


    Hat noch jemand eine Idee wie die wegzubekommen sind?

    Danke & Gruss

    Hallo community,

    kaempfe auch mit meiner Nextcloud Installation, die zwar grundsaetzlich laeuft aber ich bekomme OCC nicht zum laufen trotz workaround von ArtCore7.

    ich habe Nextcloud in einer subdomain cloud.xxx.de direkt in deren root mit Dokumentenstamm /cloud.xx.de (kein extra Unterverzeichnis fuer Nextcloud)


    datadirectory in php.config war

    Code
    'datadirectory' => '/var/www/vhosts/hostingxxx.xxxx.netcup.net/cloud.xxx.de/data',

    bekomme damit den Fehler

    "Could not open input file: occ"


    Habe jetzt geaendert in

    Code
    'datadirectory' => ((php_sapi_name() != 'cli') ? '/var/www/vhosts/hostingxxx.xxx.netcup.net' : '').'/cloud.xxx.de/data',

    und bekomme denselben Fehler: "Could not open input file: occ"

    Was mache ich falsch?


    Weiterhin habe ich mein setup auf Basis von nginx, habe damit aber noch folgende Fehler auf der Uebersichtsseite:

    • PHP does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response. Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.
    • Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips ↗.
    • Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.
    • Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation.


    Hat jemand eine Idee wie ich die alle noch wegbekomme?

    Merci!