Eraxar

Members
  • Posts

    6
  • Joined

  • Last visited

About Eraxar

  • Birthday 01/30/1981

Converted

  • Gender
    Male
  • Location
    Germany

Eraxar's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Awesome, have no clue i can put it there, iam not so familiar with regex. thank you verry much
  2. Hiho, i have a Question, is there a way to ignore a folder that contains a specific word? maybe its possible to add an option in the libary setting for that like the file filter?
  3. tried this but if i do so the container doesnt start. iam only get this error in the log: standard_init_linux.go:211: exec user process caused "no such file or directory" andy idea what went wrong?
  4. yes iam using a subdamain for that here ist my conf file: ## Server FreshRSS ## server { listen 80; listen 443 ssl; index index.html index.htm index.php; server_name rss.server.com; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers '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-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_prefer_server_ciphers on; ssl_ecdh_curve prime256v1; client_max_body_size 0; root /config/www/freshrss/p; index index.php index.html index.htm; location ~ ^.+?\.php(/.*)?$ { fastcgi_pass 127.0.0.1:9000; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_param PATH_INFO $fastcgi_path_info; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } location / { try_files $uri $uri/ index.php; } }
  5. can someone give me the proxy path setup with letsencrypt for this, i get only file not found if i try setup it on my own
  6. Hi there, with 6.4.0 it would be nice if we can setup our own domain for the ssl certification and maybe choose the path for the key files so we can use for example the keyfiles from the let´s encrypt Docker.