1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
Commit graph

134 commits

Author SHA1 Message Date
L3D
9a306158c2
cleanup variable name and values
Variable names cleanup
added ternary('true', 'false') where needed
default value for new variables now the same than the official docs
2023-08-30 01:08:02 +02:00
Lyn Matten
2912ec874f removed double parameter entries; added missing variable gitea_show_milestones_dashboard; fixed ini layout to only show valid changed when using -D 2023-08-29 09:35:35 +02:00
Lyn Matten
e118d2f7cb added several config options for service section 2023-08-29 08:52:06 +02:00
Patrick Schratz
3c6bb1d08e
Merge branch 'main' into suse 2023-08-21 15:59:43 +02:00
Michael Grote
fb4293b3e6 fix typo 2023-07-19 19:38:47 +02:00
L3D
9d6614e7d1 Refactor setting.Other
Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING as announced in https://github.com/go-gitea/gitea/releases/tag/v1.20.0
2023-07-19 10:49:22 +02:00
L3D
f3af1cdb79
Change gitea attachmet config options 2023-05-12 20:32:28 +02:00
L3D
6f07f2c5c6
Repository Upload
Adding variables to configure repository upload more easily
2023-05-12 20:19:43 +02:00
L3D
3f4f8f52ac
adding gitea_actions_extra variable
+ Added the variable ``gitea_actions_extra``
+ Increased the Number for the simplified versions check
2023-05-09 01:43:05 +02:00
Benoit Garcia
dc77f764a5
feat(actions): Set default values for gitea actions related variables. 2023-05-08 07:26:17 +02:00
pat-s
7e8b35642c
add gitea_gpg_keyserver_option 2023-05-06 17:29:49 +02:00
L3D
975be7e627
Adding support for forgejo installation 2023-01-27 01:35:16 +01:00
L3D
768f1fd4ad
prepare to use forgejo fork 2023-01-26 22:35:10 +01:00
L3D
672f7c906e
configutre lfs and other options 2023-01-26 02:53:50 +01:00
L3D
93da14fc2a
Add option for federation feature 2023-01-26 02:17:53 +01:00
L3D
b81a2d8dff
BREAKING Mail variables updated
Updated variables for sending mail. This changed between gitea 1.17 and 1.18.
2023-01-26 01:57:07 +01:00
L3D
bab3431724
update issue indexing 2023-01-26 01:18:15 +01:00
L3D
a1c047b341
CHANGING - update acme variables
updated server variables and most important replaced letsencrypt with acme.
2023-01-26 01:01:54 +01:00
L3D
fe1a26cd9e
update config
Update config, add ui.meta and cors options and update ui vars
2023-01-25 23:55:35 +01:00
L3D
2f6f3496a7
Expand Gitea Repo config options
+ Sort Options Alphabetically in Repo section
+ Added ``gitea_enable_push_create_user`` option *(Allow users to push local repositories to Gitea and have them automatically created for a user.)*
+ Added ``gitea_enable_push_create_org`` option *(Allow users to push local repositories to Gitea and have them automatically created for an org.)*
+ Added ``gitea_disabled_repo_units`` Option
+ Added ``gitea_default_repo_units`` Option
+ Added ``gitea_disable_stars`` Option
+ Added Options for signing repos together with the `gitea_enable_repo_signing`_options variable.
2023-01-24 21:41:02 +01:00
Nikita Iryupin
1e781a6007 Change variable value to match behavior of original repo 2022-08-22 13:53:13 +02:00
Nikita Iryupin
dce1b80da1 Added gitea_user_home, gitea_executable_path and gitea_configuration_path for gitea role 2022-08-22 13:33:20 +02:00
mar1ad
843da0ca2b Allow for user gitea to be added to a list of secondary groups via 'gitea_groups' 2022-06-08 15:43:29 +02:00
L3D
624ee008b4
change default gitea_version to latest
This commit changes the default gitea_version to ``latest`` as discussed in Issue #46
CLOSE https://github.com/roles-ansible/ansible_role_gitea/issues/46
2022-03-27 04:08:55 +02:00
L3D
17d67f3ba0
New gitea version 1.16.0
https://github.com/go-gitea/gitea/releases/tag/v1.16.0 is available \o/
2022-02-05 03:07:02 +01:00
L3D
828e0f2b24
gitea v1.15.10 is available
See https://github.com/go-gitea/gitea/releases/tag/v1.15.10
2022-01-16 17:50:04 +01:00
L3D
13d48ba3f9
v1.16.7 is available
https://github.com/go-gitea/gitea/releases/tag/v1.15.7
2021-12-05 23:39:30 +01:00
L3D
70b7e52071
v1.15.6 released
https://github.com/go-gitea/gitea/releases/tag/v1.15.6
2021-11-03 17:16:30 +01:00
L3D
ce5e61b379
gitea v1.15.5 available
https://github.com/go-gitea/gitea/releases/tag/v1.15.5
2021-10-25 14:01:36 +02:00
L3D
b32877dc46
gitea 1.15.4 released
https://github.com/go-gitea/gitea/releases/tag/v1.15.4
2021-10-13 00:47:10 +02:00
L3D
00b30c0106
increase gitea version to 1.15.3
https://github.com/go-gitea/gitea/releases/tag/v1.15.3
2021-09-22 00:18:51 +02:00
L3D
bf9d7d9442
v1.15.1: * BUGFIXES
https://github.com/go-gitea/gitea/releases/tag/v1.15.1
2021-09-02 21:42:04 +02:00
L3D
42c5013bc6
v1.15.0 is available
https://github.com/go-gitea/gitea/releases/tag/v1.15.0 is available.
2021-08-28 12:08:29 +02:00
L3D
9b5db4c896
add DEFAULT_PRIVATE option and increment version 2021-07-25 01:18:59 +02:00
L3D
ab15ba77fb
fix linting 2021-07-19 15:22:43 +02:00
L3D
1906c68636
add gitea_repository_upload_extra_config to defaults 2021-07-19 15:18:38 +02:00
L3D
011f8095b1
gitea v1.14.5 is available
https://github.com/go-gitea/gitea/releases/tag/v1.14.5 is available
2021-07-19 01:28:02 +02:00
Robert Pufky
39e76e2359 Add 'latest' version to automatically download the latest gitea release.
* Versioning logic moved into separate file; versioning is determined in that
  file and appropriate facts are set.
* Removed 'gitea_dl_url' from defaults/main.yml. This is now a generated fact
  from tasks/set_version.yml.
* Remote gitea version is only checked if 'latest' is set, otherwise no logic
  change.
* 'gitea_version' used in tasks is now 'gitea_version_target'. This is the
  target install version after versioning logic is applied. No change to end
  user usage of 'gitea_version' in defaults/main.yml.
* Updated documentation with usage and removal of 'gitea_dl_url'.
2021-07-16 10:16:54 -07:00
L3D
8f040b6582
gitea v1.14.4
https://github.com/go-gitea/gitea/releases/tag/v1.14.4
2021-07-06 23:02:29 +02:00
L3D
3bb824938e
Update gitea to v1.14.3
https://github.com/go-gitea/gitea/releases/tag/v1.14.3
2021-06-20 23:03:20 +02:00
L3D
b898edfd48
allow optional public files 2021-06-03 22:51:28 +02:00
L3D
5824df7f6d
Merge pull request #38 from roles-ansible/docs
create gitea_fqdn variable
2021-06-03 21:25:06 +02:00
L3D
d640300d61
create gitea_fqdn variable 2021-06-03 21:14:42 +02:00
L3D
265bca3eeb
Add custom footer support 2021-06-03 21:06:04 +02:00
L3D
e27ef27706
implement custom logos 2021-06-03 17:59:14 +02:00
L3D
fecabe2a73
gitea 1.14.2 is available
https://github.com/go-gitea/gitea/releases/tag/v1.14.2
2021-05-10 19:16:03 +02:00
L3D
b173721bcd
gitea v1.14.1 available
https://github.com/go-gitea/gitea/releases/tag/v1.14.1
2021-04-16 15:09:48 +02:00
L3D
aadbf4c805
New gitea version 1.14.0
https://github.com/go-gitea/gitea/releases/tag/v1.14.0
2021-04-11 15:14:26 +02:00
L3D
967ee18c6f
Gitea Update to 1.13.7
https://github.com/go-gitea/gitea/releases/tag/v1.13.7
2021-04-07 19:01:53 +02:00
L3D
8fccc8a179
Update main.yml 2021-04-07 18:44:22 +02:00