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

437 commits

Author SHA1 Message Date
Jeffrey van Pelt
4a4f3db890
Update all tasks that download stuff to not become, this fixes some environments with http_proxies 2023-03-20 17:31:27 +01:00
L3D
35c6d5470e
Update README.md 2023-02-10 00:25:53 +01:00
L3D
fd2b6c6026
Merge pull request #94 from TigerP/fix_readme
Fix the documentation regarding the gitea_fqdn variable
2023-02-09 22:14:57 +01:00
Tiger!P
df541aefaf Fix the documentation regarding the gitea_fqdn variable and where it is used 2023-02-09 12:00:52 +01:00
L3D
aaf555101c
Merge pull request #93 from TigerP/fix_template
Fix DISABLE_WEBHOOKS value in the template
2023-02-09 02:48:51 +01:00
Stefan Ubbink
76ac0a3453 Fix DISABLE_WEBHOOKS value in the template 2023-02-08 20:26:21 +01:00
L3D
f395277969
Merge pull request #92 from roles-ansible/forgejo
Option to install Forgejo
2023-01-27 09:56:36 +01:00
L3D
23cb86c5b6
fixing table errors in readme 2023-01-27 01:48:54 +01:00
L3D
1ab7e7d87f
Explain forgejo installation 2023-01-27 01:43:17 +01: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
c28072f05f
Add link to proxy config 2023-01-26 21:49:20 +01:00
L3D
85f20a730d
Merge pull request #91 from roles-ansible/b
solve issue with gitea gpg key and download
2023-01-26 14:57:22 +01:00
L3D
8928b243b1
solve issue with gitea gpg key and download
Change gitea gpg behaviour and change download filename
2023-01-26 14:55:13 +01:00
L3D
577faa21cd
Merge pull request #90 from roles-ansible/t
BREAKING CHANGES: Update config file to fit gitea 1.18
2023-01-26 13:33:10 +01:00
L3D
47c3dedd1e
Update template layout and increase version 2023-01-26 03:42:19 +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
L3D
9e7f0b0eff
Merge pull request #89 from roles-ansible/lint
update gitea linting
2022-09-29 23:11:58 +02:00
L3D
ff02fd69de
update gitea linting 2022-09-29 23:09:19 +02:00
L3D
aba6a5e166
Merge pull request #88 from roles-ansible/docs
Explain new Variables in README
2022-08-25 12:35:18 +02:00
L3D
ac0cf63c5a
Explain new Variables in README
Explain new variables from #87 in README and increment version for optional version check.
2022-08-25 12:33:58 +02:00
L3D
9da125a6f0
Merge pull request #87 from Scalesoft/customizable_paths
Customizable paths for Role
2022-08-23 12:09:41 +02:00
Nikita Iryupin
fc9ce6073e Fix ansible-lint error 2022-08-23 10:00:10 +02: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
L3D
3625ace9e4
Merge pull request #84 from N07070/82-better-errors-on-check-mode
Add check to run task in check mod & a error message.
2022-06-21 17:40:46 +02:00
L3D
7603c93fb5
gitea_version variable is already defined
the gitea_version variable is always defined. But it can have values like 'latest'
2022-06-21 17:38:03 +02:00
L3D
db0da06c08
Fixing linting errors and increment version
Linting errors:
- Use FQCN for builtin actions.
  (fail -> ansible.builtin.fail)
- line too long (175 > 170 characters)
- trailing spaces

increment version for simple version check
2022-06-21 17:25:34 +02:00
N07070
057533f89c Merge branch '82-better-errors-on-check-mode' of github.com:N07070/ansible_role_gitea into 82-better-errors-on-check-mode 2022-06-21 12:15:16 +02:00
N07070
520dbaa3c2 Add check to run task in check mod & a error message. 2022-06-21 12:14:38 +02:00
N07070
e63644da9c Add check to run task in check mod & a error message. 2022-06-21 12:11:12 +02:00
L3D
586d277985
Merge pull request #80 from mar1ad/gitea_groups
Allow for user gitea to be added to a list of secondary groups
2022-06-08 15:44: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
5dca8875bb
Merge pull request #81 from mar1ad/ansible-lint
Fix newest ansible-lint issues
2022-06-08 14:59:43 +02:00
mar1ad
9b6de1fcdd Fix newest ansible-lint issues
* schema: 'AIX' was expected (schema[meta])

This was unclear but specifying platform version "all" as a list entry, solved it

* schema: 2.11 is not of type 'string' (schema[meta])
* schema: Additional properties are not allowed ('github_branch' was unexpected) (schema[meta])
* unnamed-task: All tasks should be named
2022-06-08 11:20:53 +02:00
L3D
673b662431
Merge pull request #79 from roles-ansible/rescue
starting gitea if backup failed
2022-05-04 20:44:38 +02:00
L3D
129674be94
starting gitea if backup failed
Resolving https://github.com/roles-ansible/ansible_role_gitea/issues/78
2022-05-04 20:42:23 +02:00
L3D
2f0a24f4f1
Merge pull request #77 from JensTimmerman/patch-4
alternative fix for #74
2022-05-04 20:28:21 +02:00
Jens Timmerman
fba0abac30
alternative fix for #74
specify full gitea path
2022-05-03 12:15:24 +02:00
L3D
1a2b80cb22
Merge pull request #72 from roles-ansible/actions
update github actions
2022-04-07 22:58:35 +02:00
L3D
e3f4b654b5
update github actions 2022-04-07 22:56:47 +02:00
L3D
d33e6b1da8
Merge pull request #71 from roles-ansible/latest
change gitea_version to latest + linting
2022-03-27 05:27:00 +02:00
L3D
c179060741
resolve linting errors 2022-03-27 05:19:36 +02:00
L3D
61a9111c4d
update ansible linting to release 'v6' 2022-03-27 05:18:53 +02:00