mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
commit
8d073607e2
1 changed files with 8 additions and 8 deletions
|
@ -8,19 +8,19 @@
|
|||
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
|
||||
|
||||
# Information needed to install Gitea
|
||||
gitea_version: "1.7.5"
|
||||
gitea_version: 1.8.0
|
||||
iset_suffixes:
|
||||
i386: "386"
|
||||
x86_64: "amd64"
|
||||
armv6l: "arm-6"
|
||||
armv7l: "arm-7"
|
||||
i386: 386
|
||||
x86_64: amd64
|
||||
armv6l: arm-6
|
||||
armv7l: arm-7
|
||||
|
||||
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_integrity_url: "{{ gitea_download_url }}.asc"
|
||||
|
||||
gitea_root_directory: "/library/gitea"
|
||||
gitea_root_directory: /library/gitea
|
||||
gitea_subdirectories:
|
||||
- bin
|
||||
- custom
|
||||
|
@ -38,11 +38,11 @@ gitea_gpg_key: 7C9E68152594688862D62AF62D9AE806EC1592E2
|
|||
|
||||
# Information needed to run 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_url: /gitea
|
||||
gitea_port: 61734 # leet for GITEA
|
||||
gitea_port: 61734 # leet for GITEA
|
||||
|
||||
# Data locations
|
||||
gitea_db_path: "{{ gitea_root_directory }}/data/gitea.db"
|
||||
|
|
Loading…
Reference in a new issue