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

117 commits

Author SHA1 Message Date
L3D
4115177466
Change forgejo repo to code.forgejo.org 2024-03-21 15:26:27 +01:00
L3D
b2d64105ae
Merge pull request #149 from pat-s/custom-themes-feat
Feature: allow adding custom themes dynamically
2024-03-04 16:40:10 +01:00
pat-s
54deba19dc
add files 2024-03-03 12:42:22 +01:00
pat-s
3b09477b06
note on gitea ssh user var 2024-03-03 11:55:40 +01:00
pat-s
7b2bdb02e5
revert unrelated README changes 2024-03-03 11:50:10 +01:00
pat-s
c69e53d669
add files 2024-03-03 11:46:42 +01:00
Adrian Simmons
711c53cd39 Add a note about Forgejo version and 'latest' 2024-02-16 12:55:30 +00:00
L3D
dba4c60d7a
Create systemd unit for all systems 2024-01-25 00:02:38 +01:00
privatewright
9795ee8b47 Fix typo in README
According to `defaults/main.yml`, the default value for
`gitea_default_allow_create_organization` variable is `false`. However
in the current README, the default value is `true`. This commit will fix
the disrepancy.
2024-01-15 21:19:06 +07:00
L3D
5e9eccc7e3
Update readme and names 2024-01-12 01:14:31 +01:00
L3D
124579bddd
Update README.md
Signed-off-by: L3D <l3d@c3woc.de>
2023-10-29 16:15:29 +01:00
L3D
38599ae607
andding jinja2 linter and improve template
+ update yamllint
+ update ansible-lint
+ add j2lint
+ lint j2 template
2023-10-21 02:16:13 +02:00
L3D
fe0e8f707c
Apply new UI Address 2023-10-10 19:21:55 +02:00
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
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
0ea40a223f
feat(actions): Add documentation related to actions in the README file. 2023-05-08 07:31:32 +02:00
L3D
1c27d65ced
Update README.md
Signed-off-by: L3D <l3d@c3woc.de>
2023-04-16 02:32:06 +02:00
L3D
05df3404c7
Update README.md with current requirements info
Signed-off-by: L3D <l3d@c3woc.de>
2023-04-16 02:27:01 +02:00
L3D
469c8c8e8f Add link to l3d.git Collection 2023-04-15 23:27:51 +02:00
L3D
0daa72de78
Merge pull request #95 from roles-ansible/DO1JLR-patch-1
Update README.md
2023-03-21 21:09:36 +01:00
L3D
51c1bec357
Update README.md
Signed-off-by: L3D <l3d@c3woc.de>
2023-03-21 21:08:14 +01:00
L3D
3b2b3a436f
update version and list required python packages 2023-03-21 21:05:14 +01:00
L3D
cd8538901b
update meta info 2023-03-21 20:21:34 +01:00
L3D
35c6d5470e
Update README.md 2023-02-10 00:25:53 +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
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
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
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
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
Brett Cornwall
add77ea0c9 readme: gitea_lfs_enabled→gitea_lfs_server_enabled 2022-01-12 19:37:37 -08:00
Tore
49cd8d6aec
docs: type about extra server args
minor but important typo about configuration of extra server settings
2021-12-08 13:13:12 +01:00
L3D
9b5db4c896
add DEFAULT_PRIVATE option and increment version 2021-07-25 01:18:59 +02:00
L3D
c869ab3c35
explain [repository.upload] 2021-07-19 15:19:45 +02:00
L3D
81ab8456cc
improve and simplify README.md 2021-07-19 15:11:17 +02:00
L3D
32f0a15715
Add some description to the README
Add some description to the README and increment the basic versionscheck
2021-07-19 01:10:05 +02:00