Skip to content

Commit 8984ceb

Browse files
authored
Merge pull request #88 from thelamer/master
Update the application setup section
2 parents 8059371 + 2521e3a commit 8984ceb

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,13 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
119119
 
120120
## Application Setup
121121

122-
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
122+
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud](https://nextcloud.com/).
123123

124-
Please note you will need a MySQL/MariaDB or other backend database to set this up. Also please look [here](https://docs.nextcloud.com/server/11/admin_manual/installation/system_requirements.html#database-requirements-for-mysql-mariadb) for how to configure your database with regard to binlog format and installation.
125-
126-
If updating to nextcloud 12 you will need to comment out line `add_header X-Frame-Options "SAMEORIGIN";` in the file /config/nginx/site-confs/default
124+
If you are updating our container along with the in app updater and you are not customizing our default nginx configuration you will need to remove the file:
125+
```
126+
/config/nginx/site-confs/default
127+
```
128+
Then restart the container to replace it with the latest one.
127129

128130

129131

@@ -157,6 +159,7 @@ Below are the instructions for updating containers:
157159

158160
## Versions
159161

162+
* **27.02.19:** - Updating base nginx config to sync up with v15 requirements.
160163
* **22.02.19:** - Rebasing to alpine 3.9.
161164
* **28.01.19:** - Add pipeline logic and multi arch.
162165
* **25.01.19:** - Add php7-phar for occ upgrades.

readme-vars.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,17 @@ optional_block_1: false
4848
# application setup block
4949
app_setup_block_enabled: true
5050
app_setup_block: |
51-
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
51+
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud]({{ project_url }}).
5252
53-
Please note you will need a MySQL/MariaDB or other backend database to set this up. Also please look [here](https://docs.nextcloud.com/server/11/admin_manual/installation/system_requirements.html#database-requirements-for-mysql-mariadb) for how to configure your database with regard to binlog format and installation.
54-
55-
If updating to nextcloud 12 you will need to comment out line `add_header X-Frame-Options "SAMEORIGIN";` in the file /config/nginx/site-confs/default
53+
If you are updating our container along with the in app updater and you are not customizing our default nginx configuration you will need to remove the file:
54+
```
55+
/config/nginx/site-confs/default
56+
```
57+
Then restart the container to replace it with the latest one.
5658
5759
# changelog
5860
changelogs:
61+
- { date: "27.02.19:", desc: "Updating base nginx config to sync up with v15 requirements." }
5962
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
6063
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
6164
- { date: "25.01.19:", desc: "Add php7-phar for occ upgrades." }

0 commit comments

Comments
 (0)