mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
748a4ca4a4
4 changed files with 9 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
when: captiveportal_installed is undefined
|
when: captiveportal_installed is undefined
|
||||||
|
|
||||||
|
|
||||||
- name: Enable or Disable Captive Portal
|
- name: Enable or Disable Captive Portal
|
||||||
include_tasks: enable-or-disable.yml
|
include_tasks: enable-or-disable.yml
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# Info needed to install Gitea:
|
# Info needed to install Gitea:
|
||||||
|
|
||||||
gitea_version: 1.13 # 2021-03-07: Had been fine-grained, e.g. 1.13.4
|
gitea_version: 1.14 # 2021-03-07: Had been fine-grained, e.g. 1.13.4
|
||||||
iset_suffixes:
|
iset_suffixes:
|
||||||
i386: 386
|
i386: 386
|
||||||
x86_64: amd64
|
x86_64: amd64
|
||||||
|
|
|
@ -35,6 +35,11 @@ To further refine Nextcloud access controls based on IPv4 addresses, you can edi
|
||||||
|
|
||||||
Useful PHP recommendations for these settings (while largely tailored to WordPress, and aimed at very low-end hardware) can be found here: [/opt/iiab/iiab/roles/www_options/tasks/main.yml#L47-L51](../www_options/tasks/main.yml#L47-L51)
|
Useful PHP recommendations for these settings (while largely tailored to WordPress, and aimed at very low-end hardware) can be found here: [/opt/iiab/iiab/roles/www_options/tasks/main.yml#L47-L51](../www_options/tasks/main.yml#L47-L51)
|
||||||
|
|
||||||
|
(4) If you're running Nextcloud 21+ in production, carefully check that Nextcloud's latest formal prereqs (required AND recommended) are included per your community's needs. In places like these:
|
||||||
|
|
||||||
|
- https://docs.nextcloud.com/server/21/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||||
|
- https://github.com/iiab/iiab/blob/master/roles/nextcloud/tasks/install.yml
|
||||||
|
|
||||||
## Using It
|
## Using It
|
||||||
|
|
||||||
Log in to Nextcloud at http://box/nextcloud, http://box.lan/nextcloud, http://172.18.96.1/nextcloud (or similar) using:
|
Log in to Nextcloud at http://box/nextcloud, http://box.lan/nextcloud, http://172.18.96.1/nextcloud (or similar) using:
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
|
|
||||||
|
|
||||||
# https://docs.nextcloud.com/server/18/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
# https://docs.nextcloud.com/server/18/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||||
|
# 2021-04-11: If you're running Nextcloud 21+ in production, carefully check the latest required AND recommended prereqs:
|
||||||
|
# https://docs.nextcloud.com/server/21/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||||
- name: Install ffmpeg + libxml2 + 13 php packages
|
- name: Install ffmpeg + libxml2 + 13 php packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue