1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #233 from iiab/master

sync from iiab/iiab
This commit is contained in:
A Holt 2019-04-25 13:11:57 -04:00 committed by GitHub
commit 675bcbfd7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
elgg_xx: elgg elgg_xx: elgg
elgg_version: 2.3.11 elgg_version: 2.3.12
# elgg_mysql_password: defined in default_vars # elgg_mysql_password: defined in default_vars
elgg_url: /elgg elgg_url: /elgg

View file

@ -8,19 +8,19 @@
# https://git.coolaj86.com/coolaj86/gitea-installer.sh # https://git.coolaj86.com/coolaj86/gitea-installer.sh
# Information needed to install Gitea # Information needed to install Gitea
gitea_version: "1.7.5" gitea_version: 1.8.0
iset_suffixes: iset_suffixes:
i386: "386" i386: 386
x86_64: "amd64" x86_64: amd64
armv6l: "arm-6" armv6l: arm-6
armv7l: "arm-7" armv7l: arm-7
gitea_iset_suffix: "{{ iset_suffixes[ansible_architecture] | default('unknown') }}" gitea_iset_suffix: "{{ iset_suffixes[ansible_architecture] | default('unknown') }}"
gitea_download_url: "https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-{{ gitea_iset_suffix }}" gitea_download_url: "https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-{{ gitea_iset_suffix }}"
gitea_integrity_url: "{{ gitea_download_url }}.asc" gitea_integrity_url: "{{ gitea_download_url }}.asc"
gitea_root_directory: "/library/gitea" gitea_root_directory: /library/gitea
gitea_subdirectories: gitea_subdirectories:
- bin - bin
- custom - custom
@ -38,11 +38,11 @@ gitea_gpg_key: 7C9E68152594688862D62AF62D9AE806EC1592E2
# Information needed to run Gitea # Information needed to run Gitea
gitea_user: gitea gitea_user: gitea
gitea_home: "/home/{{ gitea_user }}" # SSH credentials stored here gitea_home: "/home/{{ gitea_user }}" # SSH credentials stored here
gitea_run_directory: "{{ gitea_root_directory }}" gitea_run_directory: "{{ gitea_root_directory }}"
gitea_url: /gitea gitea_url: /gitea
gitea_port: 61734 # leet for GITEA gitea_port: 61734 # leet for GITEA
# Data locations # Data locations
gitea_db_path: "{{ gitea_root_directory }}/data/gitea.db" gitea_db_path: "{{ gitea_root_directory }}/data/gitea.db"