1
0
mirror of synced 2025-12-13 11:22:16 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
d-two
f4e712fb40 Update config.yaml 2024-11-14 21:31:46 +01:00
d-two
2d3ac51b1f Delete baikal/rootfs/var/www/baikal/vendor/sabre/dav/lib/CalDAV/Plugin.php 2024-11-14 21:31:05 +01:00
d-two
d18a54c4f2 Add files via upload 2024-11-14 21:30:27 +01:00
4 changed files with 9 additions and 1011 deletions

View File

@@ -1,7 +1,7 @@
---
name: Baikal
slug: baikal
version: 0.9.5
version: 0.9.5-test
description: Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management.
url: https://github.com/d-two/hassio-addons
startup: services

View File

@@ -21,12 +21,13 @@ server {
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
location ~ ^(.+\.php)(.*)$ {
try_files $fastcgi_script_name =404;
include /etc/nginx/includes/fastcgi_params.conf;
fastcgi_pass 127.0.0.1:9001;
try_files $fastcgi_script_name =404;
fastcgi_split_path_info ^(.+\.php)(.*)$;
fastcgi_pass 127.0.0.1:9001;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
include /etc/nginx/includes/fastcgi_params.conf;
}
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration

View File

@@ -17,12 +17,13 @@ server {
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
location ~ ^(.+\.php)(.*)$ {
try_files $fastcgi_script_name =404;
include /etc/nginx/includes/fastcgi_params.conf;
fastcgi_pass 127.0.0.1:9001;
try_files $fastcgi_script_name =404;
fastcgi_split_path_info ^(.+\.php)(.*)$;
fastcgi_pass 127.0.0.1:9001;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
include /etc/nginx/includes/fastcgi_params.conf;
}
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration

File diff suppressed because it is too large Load Diff