Add gitea module #42

Merged
fugidev merged 1 commit from gitea into main 2023-07-19 16:19:47 +02:00
fugidev commented 2023-06-22 00:35:18 +02:00 (Migrated from github.com)
  • uses Forgejo, a community fork made after Gitea went for-profit
  • runs under "git" user, to not break existing cloned repositories that use ssh (clone urls should look exactly like on the legacy gitea)
  • LDAP auth annoyingly can't be configured via app.ini, so it is done programmatically using the cli
  • listing of all users (via the explore page and via api) is disabled
- uses Forgejo, a community fork made after Gitea went for-profit - runs under "git" user, to not break existing cloned repositories that use ssh (clone urls should look exactly like on the legacy gitea) - LDAP auth annoyingly can't be configured via app.ini, so it is done programmatically using the cli - listing of all users (via the explore page and via api) is disabled
fugidev (Migrated from github.com) reviewed 2023-06-22 00:43:10 +02:00
@ -0,0 +58,4 @@
FROM = "\"iFSR Git\" <git@${config.fsr.domain}>";
SMTP_ADDR = "localhost";
SMTP_PORT = 25;
};
fugidev (Migrated from github.com) commented 2023-06-22 00:43:10 +02:00

I couldn't get mail sending to work yet, maybe you can take a look @therealr5? It can be tested via the /admin/config page.

I couldn't get mail sending to work yet, maybe you can take a look @therealr5? It can be tested via the `/admin/config` page.
rouven0 (Migrated from github.com) reviewed 2023-07-04 09:58:58 +02:00
@ -0,0 +58,4 @@
FROM = "\"iFSR Git\" <git@${config.fsr.domain}>";
SMTP_ADDR = "localhost";
SMTP_PORT = 25;
};
rouven0 (Migrated from github.com) commented 2023-07-04 09:58:58 +02:00

Just merged mail stuff. Try rebasing onto main and add git as alias in /etc/aliases

Just merged mail stuff. Try rebasing onto main and add git as alias in /etc/aliases
fugidev commented 2023-07-19 15:53:19 +02:00 (Migrated from github.com)

ready to be merged

ready to be merged
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wurzel/fruitbasket#42
No description provided.