Skip to content

Commit 55a8c42

Browse files
committed
updating the setup section to remove specific references to old Nextcloud versions
1 parent 8059371 commit 55a8c42

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
121121

122122
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,15 @@ app_setup_block_enabled: true
5050
app_setup_block: |
5151
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
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)