Commit Graph
100 Commits
Author SHA1 Message Date
Josué Tille 7c89c86e1b Merge remote-tracking branch 'testing' into manifestv2 2024-02-02 15:01:12 +01:00
Josué Tille 094fe33aa7 Upgrade gitea to 1.21.5 2024-02-01 22:03:16 +01:00
Josué Tille 24696469f2 Upgrade gitea to 1.21.4 2024-01-25 08:26:59 +01:00
Josué Tille a1d263f334 Upgrade gitea to 1.21.3 2024-01-25 08:26:58 +01:00
Josué Tille 01f092458d Update login source config and add group support 2024-01-25 00:21:50 +01:00
Josué Tille 77c36786f4 Disable reverse proxy authentication temporately 2024-01-25 00:16:19 +01:00
Josué Tille 39be9a3b28 Update ldap config also on update 2024-01-24 22:58:29 +01:00
Josué Tille 0dbe2ed538 Fix email retriving
With the previous config we have this error:
Error while processing incoming emails: could not connect to server 'localhost:993': tls: failed to verify certificate: x509: certificate is valid for domain.tld, not localhost
2024-01-24 22:57:48 +01:00
Josué Tille b402f9038d Improve permission config 2024-01-24 22:46:44 +01:00
Josué Tille b0e2306674 Force LDAP sync at first start 2024-01-24 22:46:20 +01:00
Josué Tille 0747739c76 Use $app instead of $YNH_APP_ID 2024-01-24 22:46:09 +01:00
Josué Tille cd38b3eae1 Fix linter 2023-12-16 14:59:13 +01:00
Josué Tille b7b73bbf89 Add jwt secret because gitea edit config if not present 2023-12-13 10:38:10 +01:00
Josué Tille 676d283d14 Use localhost instead of domain for mail server address 2023-12-13 10:10:44 +01:00
Josué Tille 28ca6ca0ad Upgrade gitea to 1.21.2 2023-12-13 09:53:23 +01:00
Josué Tille 1a620afa86 Fix log configuration
Fix warning:

Failed to load writer mode "router" for logger router: invalid log writer type (mode): router, maybe it needs something like 'MODE=file' in [log.router] section
Failed to load writer mode "xorm" for logger xorm: invalid log writer type (mode): xorm, maybe it needs something like 'MODE=file' in [log.xorm] section

Fix log level in file because:
- warning level break startup service detection (with ynh_systemd_action)
- warning level break fail2ban
2023-11-30 14:49:11 +01:00
Josué Tille 396f0d4aaa Use correct email to reply
when we use other user for email than gitea we have this error: gomail: could not send email 1: failed to issue RCPT command: 553 5.7.1 : Sender address rejected: not owned by user gitea
2023-11-30 14:26:08 +01:00
Josué Tille a315e28309 Use smtp with starttls (not smtps)
When we use smtps+starttls we have this error : gomail: could not send email 1: SMTP server does not support AUTH, but credentials provided
2023-11-30 14:24:43 +01:00
Josué Tille 7e2809de42 Remove skype verify as it's obsolete
Deprecated config option `[mailer]` `SKIP_VERIFY` present. Use `[mailer]` `FORCE_TRUST_SERVER_CERT` instead. This fallback will be/has been removed in v1.19.0
2023-11-30 14:19:42 +01:00
Josué TilleandFélix Piédallu b91b7e2464 Remove limit on data in nginx 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu 361d0bb652 Fix email stack config 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu e73acdd808 cleanup all scripts 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu d5f508aa85 fix init permissions 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu 479e4d7b2d cleanup app.ini 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu 18696acb10 Fix manifest 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu 5e22a74cd7 We don't need ram to build app 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu 238dec4aaf SSO is supported 2023-11-29 17:26:25 +01:00
Josué TilleandFélix Piédallu c3d72d5bc6 Fix mail config 2023-11-29 17:26:25 +01:00
Josue-TandGitHub b51febc0f9 Merge pull request #91 from YunoHost-Apps/testing
Testing
2023-11-29 10:40:28 +01:00
Josué Tille 4ebb71f581 Fix manifest 2023-11-29 08:39:04 +01:00
Josué Tille 9c40efe2f7 Upgrade gitea to 1.21.1 2023-11-28 22:11:52 +01:00
Josue-TandGitHub 22fd459bed Merge pull request #90 from CodeShakingSheep/replace-deprecated-mailer-config-option
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini
2023-11-24 22:18:23 +01:00
Josue-TandGitHub d4f9245d2b Merge pull request #89 from YunoHost-Apps/testing
Testing
2023-11-24 10:39:44 +01:00
Josué Tille f1d06a571e Upgrade gitea to 1.21.0 2023-11-22 15:56:24 +01:00
Josue-TandGitHub 7cf829e71c Merge pull request #88 from CodeShakingSheep/replace-deprecated-log-config-options
Replacements for access, router and xorm log in app.ini
2023-11-22 15:47:34 +01:00
Josue-TandGitHub 9a2f61a5db Merge pull request #86 from YunoHost-Apps/testing
Testing
2023-10-17 08:09:24 +02:00
Josué Tille 9355477b50 Upgrade gitea to 1.20.5 2023-10-12 08:07:41 +02:00
Josue-TandGitHub b6fac9fd8a Merge pull request #85 from YunoHost-Apps/testing
Testing
2023-09-12 18:32:25 +02:00
Josué Tille 768ec56400 Upgrade gitea to 1.20.4 2023-09-12 08:37:31 +02:00
Josué Tille 87ec046a19 Upgrade gitea to 1.20.3 2023-08-22 08:00:58 +02:00
Josué Tille 679da9647a Upgrade gitea to 1.20.2 2023-08-02 08:32:44 +02:00
Josue-TandGitHub b327ccd302 Merge pull request #81 from YunoHost-Apps/testing
Testing
2023-07-25 12:11:31 +02:00
Josué Tille a3c08f6f1f Upgrade gitea to 1.20.1 2023-07-25 08:50:33 +02:00
Josué Tille 9fa36a7746 Upgrade gitea to 1.20.0 2023-07-18 12:54:37 +02:00
Josue-TandGitHub 731eb7aab3 Merge pull request #78 from YunoHost-Apps/testing
Testing
2023-07-05 14:44:34 +02:00
Josué Tille 602dec3db3 Upgrade gitea to 1.19.4 2023-07-05 09:01:33 +02:00
Josué Tille 0306a65b6a Upgrade gitea to 1.19.3 2023-05-09 08:14:17 +02:00
Josué Tille 3fcbdd8b1d Upgrade gitea to 1.19.2 2023-05-02 07:55:21 +02:00
Josue-TandGitHub ba6edb7d5c Merge pull request #71 from YunoHost-Apps/testing
Testing
2023-04-27 21:53:11 +02:00
Josué Tille 73a205bfb1 Upgrade gitea to 1.19.1 2023-04-27 07:52:44 +02:00
Josue-TandGitHub d9c4cc860a Merge pull request #70 from Typhlos/master
Activate gitea actions
2023-04-27 07:49:50 +02:00
Josue-TandGitHub f7bdfd7085 Merge pull request #66 from YunoHost-Apps/testing
Testing
2023-03-21 20:43:10 +01:00
Josue-TandGitHub 341271947b Take out test upgrade from gogs 2023-03-21 17:21:11 +01:00
Josué Tille b6965e9dfb Upgrade gitea to 1.19.0 2023-03-21 08:03:05 +01:00
Josue-TandGitHub f61f3405db Take out 2023-03-06 12:35:50 +01:00
Josué Tille 0295beceb0 fix upgrade script 2023-02-24 08:05:19 +01:00
Josué Tille 43282662a9 Upgrade gitea to 1.18.5 2023-02-24 07:47:21 +01:00
Josué Tille 44c9405cb0 Upgrade gitea to 1.18.4 2023-02-21 08:15:36 +01:00
Josué Tille 7dab417809 Upgrade gitea to 1.18.3 2023-01-25 08:03:48 +01:00
Josue-TandGitHub cb64eb78fd Merge pull request #64 from YunoHost-Apps/v1.18
V1.18
2023-01-25 07:49:59 +01:00
Josué Tille b83c8250d1 Upgrade gitea to 1.18.2 2023-01-22 01:05:28 +01:00
Josué Tille 315deacb89 Upgrade gitea to 1.18.1 2023-01-18 08:02:59 +01:00
Josué Tille 6bdd9c9804 Update config 2023-01-13 08:04:03 +01:00
Josue-TandGitHub 4207a6b6d9 Merge pull request #62 from YunoHost-Apps/testing
Testing
2023-01-13 08:01:22 +01:00
Josué Tille ebe8c71b08 Upgrade gitea to 1.18.0 2023-01-06 06:47:13 +01:00
Josué Tille 48a1b478c7 Upgrade gitea to 1.17.4 2022-12-23 17:52:27 +01:00
Josué Tille 42c838363f Upgrade gitea to 1.17.3 2022-10-18 08:32:48 +02:00
Josue-TandGitHub a063925d22 Merge pull request #57 from YunoHost-Apps/testing
Change user app home too if homedir is moved
2022-09-13 08:12:22 +02:00
Josué Tille 5e634a769f Upgrade gitea to 1.17.2 2022-09-12 20:00:07 +02:00
Josue-TandGitHub 6c7d277601 Merge pull request #38 from YunoHost-Apps/testing
Upgrade to 1.17.1
2022-08-30 06:56:01 +02:00
Josué Tille b5cb1820a5 Update upgrade commit 2022-08-24 07:48:14 +02:00
Josué Tille c3bd422a32 Fix auto registration 2022-08-21 09:35:45 +02:00
Josué Tille e93e105abc Upgrade gitea to 1.17.1 2022-08-21 09:24:38 +02:00
Josué Tille be6cb47687 Upgrade gitea to 1.17.0 2022-08-21 09:24:37 +02:00
Josué Tille fd6d38d99e Change test upgrade commit
We can't really easly test an oldest version because we have some issue with the permission upgrade about the public access management
2022-08-19 06:32:53 +02:00
Josue-TandGitHub 62cd55702a Merge pull request #50 from YunoHost-Apps/LFS
Add LFS support
2022-08-02 23:35:40 +02:00
Josué Tille 1052d352c8 Upgrade gitea to 1.16.9 2022-07-13 08:14:34 +02:00
Josué Tille 29fb4d4a9e Fix reverse proxy authentication 2022-05-28 20:13:30 +02:00
Josué Tille 90ba718dec Fix checksum 2022-05-28 01:09:01 +02:00
Josué Tille f9413cf9d6 Upgrade gitea to 1.16.8 2022-05-28 00:33:56 +02:00
Josué Tille b2338b32c4 Upgrade gitea to 1.16.7 2022-05-28 00:33:55 +02:00
Josué Tille bb48e42d63 Upgrade gitea to 1.16.6 2022-04-23 21:40:46 +02:00
Josué Tille 4c0f81b035 Fix install and fix linter 2022-04-23 21:31:30 +02:00
Josué Tille 824f64457b Add screenshot 2022-04-01 22:55:40 +02:00
Josué Tille fc1befe9f8 Fix linter 2022-04-01 22:54:46 +02:00
Josué Tille d43bc11857 Upgrade gitea to 1.16.5 2022-04-01 21:30:00 +02:00
Josué Tille 670c65e3ca Upgrade gitea to 1.16.4 2022-03-23 21:45:07 +01:00
Josué Tille aa7225046c Upgrade gitea to 1.16.3 2022-03-23 21:45:05 +01:00
Josué Tille f8ddaef387 Upgrade gitea to 1.16.2 2022-03-23 21:45:03 +01:00
Josué Tille c84adf3034 Restart gitea after last source upgrade 2022-02-22 22:07:03 +01:00
d15c6ada1d Fix typo
Co-authored-by: tituspijean <tituspijean@outlook.com>
2022-02-07 20:50:27 +01:00
Josué Tille 9d7d717a8a Change name of commun in sql table in login source 2022-02-07 20:44:35 +01:00
Josué Tille d9f157378e Upgrade gitea to 1.16.1 2022-02-07 17:35:19 +01:00
Josué Tille 4140e98715 Upgrade gitea to 1.16.0 2022-02-07 17:35:16 +01:00
Josue-TandGitHub 6f253f97e6 Merge pull request #39 from YunoHost-Apps/ssh_permission
Add gitea in ssh group permission in scripts
2022-01-25 07:44:56 +01:00
Josué Tille 8dc7f700de Add gitea in ssh group permission in scripts 2022-01-18 21:40:16 +01:00
Josué Tille ffa2416256 Upgrade gitea to 1.15.10 2022-01-17 20:54:49 +01:00
Josué Tille 8b4562a624 Upgrade gitea to 1.15.9 2022-01-17 20:54:48 +01:00
Josué Tille 4428223ea8 Upgrade gitea to 1.15.8 2021-12-22 07:48:15 +01:00
Josué Tille 725f6754f7 Merge uptream/testing 2021-12-04 23:30:57 +01:00