added nextcloud (fixed), gitea
This commit is contained in:
@@ -69,9 +69,16 @@ data:
|
|||||||
'overwriteprotocol' => 'https',
|
'overwriteprotocol' => 'https',
|
||||||
'overwrite.cli.url' => 'https://dooplex.hu',
|
'overwrite.cli.url' => 'https://dooplex.hu',
|
||||||
'filelocking.enabled' => true,
|
'filelocking.enabled' => true,
|
||||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
|
||||||
'default_phone_region' => 'HU',
|
'default_phone_region' => 'HU',
|
||||||
'allow_local_remote_servers' => true,
|
'allow_local_remote_servers' => true,
|
||||||
|
'trusted_proxies' => array (
|
||||||
|
'10.42.0.0/16',
|
||||||
|
'10.43.0.0/16',
|
||||||
|
'192.168.0.0/24',
|
||||||
|
),
|
||||||
|
'forwarded_for_headers' => array (
|
||||||
|
'HTTP_X_FORWARDED_FOR',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
previews.config.php: |-
|
previews.config.php: |-
|
||||||
<?php
|
<?php
|
||||||
@@ -333,8 +340,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 80
|
||||||
targetPort: 80
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
selector:
|
selector:
|
||||||
@@ -430,7 +436,7 @@ spec:
|
|||||||
name: nextcloud
|
name: nextcloud
|
||||||
key: nextcloud-password
|
key: nextcloud-password
|
||||||
- name: NEXTCLOUD_TRUSTED_DOMAINS
|
- name: NEXTCLOUD_TRUSTED_DOMAINS
|
||||||
value: "nextcloud.home 10.42.0.0/16 10.43.0.0/16 dooplex.hu"
|
value: "nextcloud.home dooplex.hu localhost"
|
||||||
- name: NEXTCLOUD_DATA_DIR
|
- name: NEXTCLOUD_DATA_DIR
|
||||||
value: "/data"
|
value: "/data"
|
||||||
resources:
|
resources:
|
||||||
@@ -496,7 +502,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: Host
|
- name: Host
|
||||||
value: "192.168.0.210"
|
value: localhost
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
@@ -507,7 +513,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: Host
|
- name: Host
|
||||||
value: "192.168.0.210"
|
value: localhost
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
@@ -519,7 +525,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: Host
|
- name: Host
|
||||||
value: "192.168.0.210"
|
value: localhost
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user