f395277969
Merge pull request #92 from roles-ansible/forgejo
...
Option to install Forgejo
2023-01-27 09:56:36 +01:00
23cb86c5b6
fixing table errors in readme
2023-01-27 01:48:54 +01:00
1ab7e7d87f
Explain forgejo installation
2023-01-27 01:43:17 +01:00
975be7e627
Adding support for forgejo installation
2023-01-27 01:35:16 +01:00
768f1fd4ad
prepare to use forgejo fork
2023-01-26 22:35:10 +01:00
c28072f05f
Add link to proxy config
2023-01-26 21:49:20 +01:00
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
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
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
47c3dedd1e
Update template layout and increase version
2023-01-26 03:42:19 +01:00
672f7c906e
configutre lfs and other options
2023-01-26 02:53:50 +01:00
93da14fc2a
Add option for federation feature
2023-01-26 02:17:53 +01:00
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
bab3431724
update issue indexing
2023-01-26 01:18:15 +01:00
a1c047b341
CHANGING - update acme variables
...
updated server variables and most important replaced letsencrypt with acme.
2023-01-26 01:01:54 +01:00
fe1a26cd9e
update config
...
Update config, add ui.meta and cors options and update ui vars
2023-01-25 23:55:35 +01:00
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
9e7f0b0eff
Merge pull request #89 from roles-ansible/lint
...
update gitea linting
2022-09-29 23:11:58 +02:00
ff02fd69de
update gitea linting
2022-09-29 23:09:19 +02:00
aba6a5e166
Merge pull request #88 from roles-ansible/docs
...
Explain new Variables in README
2022-08-25 12:35:18 +02:00
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
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
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
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
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
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
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
673b662431
Merge pull request #79 from roles-ansible/rescue
...
starting gitea if backup failed
2022-05-04 20:44:38 +02:00
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
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
1a2b80cb22
Merge pull request #72 from roles-ansible/actions
...
update github actions
2022-04-07 22:58:35 +02:00
e3f4b654b5
update github actions
2022-04-07 22:56:47 +02:00
d33e6b1da8
Merge pull request #71 from roles-ansible/latest
...
change gitea_version to latest + linting
2022-03-27 05:27:00 +02:00
c179060741
resolve linting errors
2022-03-27 05:19:36 +02:00
61a9111c4d
update ansible linting to release 'v6'
2022-03-27 05:18:53 +02:00
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
aab8c2df1e
Merge pull request #70 from roles-ansible/typo
...
Fix Typo directories
2022-02-14 11:14:30 +01:00
2f95efdf9c
Fix Typo directorys/directories
...
RESOLVE https://github.com/roles-ansible/ansible_role_gitea/issues/69
2022-02-14 11:08:49 +01:00
5de8742450
Merge pull request #68 from roles-ansible/1.16.0
...
New gitea version 1.16.0
2022-02-05 03:13:41 +01:00
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
249c306142
Merge pull request #67 from roles-ansible/DO1JLR-patch-1
...
increase playbook version number
2022-01-23 18:30:02 +01:00