1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
Commit graph

90 commits

Author SHA1 Message Date
holta
38fd86ac90 2008 var names, output, comments, small bugs 2019-11-28 05:32:00 -06:00
Jerry Vonau
70e7c7c7b5 needs True 2019-11-28 05:26:48 -06:00
Jerry Vonau
544293113f gitea - iiab_installed 2019-11-28 05:26:48 -06:00
A Holt
f7b53fc401
Gitea 1.9.6 -> 1.10.0 2019-11-14 07:36:50 -05:00
A Holt
3cbe8abf0b
Gitea 1.9.5 -> 1.9.6 2019-11-13 19:11:51 -05:00
A Holt
311ef25262
Gitea 1.9.4 -> 1.9.5 2019-10-30 18:41:14 -04:00
A Holt
7f6d2fb9c9
Gitea 1.9.3 -> 1.9.4 2019-10-08 15:47:34 -04:00
A Holt
15b4480d79
gitea 1.9.2 -> 1.9.3 2019-09-07 14:26:03 -04:00
A Holt
6cd7d79182
gitea_version: 1.9.2 2019-08-22 14:45:01 -05:00
A Holt
d4c192ff89
gitea_version: 1.9.0 -> 1.9.1 2019-08-14 12:41:24 -04:00
A Holt
d05d3d599b
"ARM7 support will return some day" (ARM8 for RPi 4 ??) 2019-07-31 10:33:03 -04:00
A Holt
8a9e33fdec
gitea 1.8.3 -> 1.9.0 2019-07-31 10:28:52 -04:00
A Holt
0ece6e3e72
Gitea doc: supporting materials + best CS learning for developing countries? 2019-07-08 14:30:43 -04:00
A Holt
e49d2a89f2
gitea 1.8.2 -> 1.8.3 2019-06-17 14:20:46 -04:00
A Holt
aece1cdb48
IS THIS "armv7l: arm-6" HACK (for RPi) OK LONG TERM? 2019-06-01 09:20:11 -04:00
A Holt
d53a510f69
GITEA 1.7.6 -> 1.8.2 2019-06-01 02:29:18 -07:00
holta
9543a10d82 ': false' to ': False' + ': true' to ': True' or ': yes' 2019-05-24 19:29:41 -04:00
holta
3a1ccf3638 'when: X' -> 'when: X | bool' for Ansibl 2.8 2019-05-24 18:33:10 -04:00
A Holt
8eeb38f799
Revert Gitea 1.8.1 to 1.7.6 for RPi 2019-05-17 19:14:19 -04:00
A Holt
7abdecf7da
Gitea 1.8.0 -> 1.8.1 2019-05-17 01:35:13 -04:00
A Holt
8b6b1ef071
Gitea 1.7.5 -> 1.8.0 2019-04-22 00:40:45 -04:00
A Holt
9e680781a3
Merge pull request #1573 from aidan-fitz/gitea-docs
Expand Gitea documentation
2019-04-01 21:50:00 -07:00
A Holt
986e7fb2e3
Minor stylistic/readability tweaks 2019-04-01 21:47:12 -07:00
Aidan Fitzgerald
eddfcffd43 Add info on clone URLs in Gitea
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-04-02 00:26:16 -04:00
Aidan Fitzgerald
d491adb0fa Merge back more info about admin accounts, MySQL/PG
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-03-31 15:37:43 -04:00
A Holt
fe575463b4
Gitea 1.7.4 -> 1.7.5 2019-03-28 07:45:43 -04:00
Aidan Fitzgerald
41aa36526d Describe the installation and setup process
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-03-17 12:33:16 -04:00
Aidan Fitzgerald
5146762c9d Reflect that SQLite is the default DBMS
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-03-17 12:16:43 -04:00
Aidan Fitzgerald
857b7e4369 Upgrade 1.7.3 -> 1.7.4
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-03-16 18:29:32 -04:00
Aidan Fitzgerald
8d2af9e54a Use iiab_hostname and iiab_domain in app.ini
Delete gitea_full_url as unused

Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-03-13 14:02:59 -04:00
Aidan Fitzgerald
2bb46f5884 Set DOMAIN to 'box', remove port 2019-03-08 02:32:00 -05:00
A Holt
3111eb3c2e
Update README.rst 2019-03-08 02:04:29 -05:00
A Holt
d091b6bb9d
Update main.yml 2019-03-08 01:42:24 -05:00
A Holt
b2ec813be0
Update README.rst 2019-03-08 01:41:47 -05:00
A Holt
4fabb8bff3
Update README.rst 2019-03-08 01:41:09 -05:00
Aidan Fitzgerald
ffa2ecbd80 Don't care about previous state per Ansible convention 2019-03-08 00:04:53 -05:00
Aidan Fitzgerald
caf87a4505 Merge branch 'gitea' of github.com:aidan-fitz/iiab into gitea 2019-03-07 23:55:16 -05:00
Aidan Fitzgerald
8b447b809a Apply more suggestions from code review 2019-03-07 23:55:12 -05:00
A Holt
73d945e278
Apply suggestions from code review
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:54:11 -05:00
A Holt
d86c985f7c
Update roles/gitea/tasks/install.yml
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:52:07 -05:00
A Holt
28248516b0
Update roles/gitea/README.rst
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:51:19 -05:00
Aidan Fitzgerald
b8963413db TOML requires Boolean values to be lowercase
https://github.com/toml-lang/toml/issues/390
2019-03-07 20:10:35 -05:00
Aidan Fitzgerald
a8c24dde1f use regex to redirect 2019-03-07 18:44:47 -05:00
Aidan Fitzgerald
c4aa784b8c Skip install screen on first run; configure this in Ansible 2019-03-07 18:41:10 -05:00
Aidan Fitzgerald
30381872df Redirect /gitea -> /gitea/ 2019-03-07 18:16:30 -05:00
Aidan Fitzgerald
e45d73cacf Parameterize database, repositories, LFS, and log locations 2019-03-07 18:14:40 -05:00
Aidan Fitzgerald
dec10f2ea1 Move display name to Ansible config 2019-03-07 13:28:06 -05:00
Aidan Fitzgerald
59c67ddf60 Only rewrite URLs in Gitea (not HTTPD)
Source: https://docs.gitea.io/en-us/reverse-proxies/
2019-03-07 12:48:45 -05:00
Aidan Fitzgerald
69f8963b34 ignore errors on pre-install step 2019-03-06 23:07:22 -05:00
Aidan Fitzgerald
1076827b43 Revert "Use box as domain, put gitea_url (default: /gitea) in ROOT_URL"
This reverts commit d5af5e27e1.
2019-03-06 23:06:31 -05:00