Commit Graph

28 Commits

Author SHA1 Message Date
952df3d324 Update service versions with Renovate
This adds basic configuration for Renovate, and sets up most services
for automated updates to package versions.
2023-12-20 23:00:19 +00:00
8e408413a1 gitea: Update to version 1.21.2 2023-12-15 16:47:06 +00:00
bade3f82ea gitea: Update to version 1.21.1 2023-12-01 15:32:52 +00:00
877f87c667 gitea: Update to version 1.12.0 2023-11-17 19:07:06 +00:00
c81789ae69 gitea: Fix HealthCmd for shell redirect pattern 2023-10-29 16:52:27 +00:00
9dfd940eab Auto-update Dovecot and Gitea on container build 2023-10-29 16:46:28 +00:00
95d279be7a gitea: Enable and start on health-check pass 2023-10-29 16:44:05 +00:00
ddd50da0dc gitea: Update to version 1.20.5 2023-10-03 22:43:10 +01:00
035f34af75 gitea: Update to version 1.20.3 2023-08-22 19:21:42 +01:00
8ea73709e8 gitea: Update to version 1.20.2, move to Quadlet 2023-08-12 17:14:04 +01:00
f7f679f9df gitea: Update to version 1.20.1 2023-07-23 10:54:37 +01:00
5fb6e2b0f0 gitea: Update to version 1.20.0, enable indexing 2023-07-18 21:54:51 +01:00
542fbbbcea gitea: Update to version 1.19.4 2023-07-11 19:45:44 +01:00
252ac7b28f gitea: Update to version 1.19.3 2023-05-06 21:57:09 +02:00
8d717127e3 gitea: Update to version 1.19.2 2023-04-28 14:53:04 +01:00
410d0715b5 gitea: Update to version 1.19.1 2023-04-26 21:59:57 +01:00
e99faa5450 gitea: Update to version 1.18.5 2023-03-04 16:34:30 +00:00
4289785bb5 gitea: Update to latest version 2023-02-12 17:27:49 +00:00
cb4b61321e gitea: Fix SMTP mailer configuration 2022-12-31 14:20:54 +00:00
6e08aba560 gitea: Update to version 1.18.0 2022-12-31 12:28:17 +00:00
b7ca813a40 Improve webhook behaviour for Gitea
Webhook execution in Gitea will now wait longer before returning, and
Hugo will correctly set permissions on destination directories.
2022-10-28 18:33:42 +01:00
97f409de0b gitea: Update to latest version, enable webhooks 2022-10-28 17:52:19 +01:00
9b6e002d11 gitea: Add lldap as service dependency 2022-09-25 13:36:31 +01:00
95997af3b6 gitea: Update to latest version 2022-09-19 15:25:25 +01:00
096d51ecb4 gitea: Use LDAP authentication by default
New Gitea installations will now use LDAP authentication, typically
provided by the included `lldap` service, over SMTP authentication, as
this is is more flexible.
2022-09-19 15:07:53 +01:00
6e9a9e5b1b gitea: Update to latest version 2022-08-25 22:23:51 +01:00
0b3a6940cb gitea: Update configuration
Pushing will now create private repositories by default, and a number of
other configuration issues have been fixed.
2022-07-24 10:43:17 +01:00
e467b89e7f Add Gitea for managed code hosting
This commit adds a new service for Gitea, exposing HTTP and SSH ports by
default (SSH over 7920), and accepting authentication via the local SMTP
server. No users are otherwise created by default, and administration is
expected to happen either via CLI, or via a custom admin user.
2022-07-23 17:01:27 +01:00