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