Josué Tille
311a4196fb
Simpify permission set and avoid to set all perms each time
2024-02-07 12:08:03 +01:00
Josué Tille
d836db84d1
Optimize upgrade: avoid to set premission on data dir to just call gitea command to generated keys
2024-02-07 12:06:46 +01:00
Josué Tille
e096dda814
Fix typo
2024-02-07 12:06:16 +01:00
Josué Tille
0fd3ddd816
Try fix test.toml
2024-02-06 20:08:36 +01:00
Josué Tille
d527673224
Fix test config
2024-02-06 18:05:05 +01:00
Josué Tille
37efab8ee3
Fix tests config
2024-02-06 12:05:06 +01:00
Josué Tille
919ad78989
Fix missing parameter for user admin on tests
2024-02-06 09:08:35 +01:00
Josué Tille
d7f1129845
Add test update from last package v1 version
2024-02-06 08:40:40 +01:00
Josué Tille
0073541a09
Merge branch 'testing' into manifestv2
2024-02-06 01:17:13 +01:00
yunohost-bot
1b1c132d53
Auto-update README
2024-02-06 00:01:43 +00:00
yunohost-bot
67d5bc5dc5
Auto-update README
2024-02-06 00:01:10 +00:00
Josué Tille
cd253506b9
Upgrade gitea to 1.21.5
2024-02-06 01:00:54 +01:00
Josué Tille
7064c0c7a4
Fix imap mail config
2024-02-06 00:59:40 +01:00
Josué Tille
5f7b535237
Add support to sync yunohost group to organisation teams
2024-02-05 23:42:45 +01:00
Josué Tille
8fb1399ab2
Update LDAP config
2024-02-05 21:10:22 +01:00
Josué Tille
bee1ad0a93
Fix account created by remote user header
2024-02-05 19:22:56 +01:00
Josué Tille
57740d8b4c
Move all script in script folder
2024-02-05 19:12:10 +01:00
Josué Tille
82853f2061
Fix upgrade
2024-02-02 15:48:57 +01:00
Josué Tille
b9d4c6b40f
Cleanup unused code
2024-02-02 15:23:28 +01:00
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
yunohost-bot
692f3ef7ba
Auto-update README
2024-01-25 16:23:16 +00: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
Josue-T
fd141f2301
Merge pull request #92 from YunoHost-Apps/testing
...
Testing
2023-12-13 12:55:36 +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
yunohost-bot
44ab88d6b8
Auto-update README
2023-12-13 08:58:15 +00: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é Tille
b91b7e2464
Remove limit on data in nginx
2023-11-29 17:26:25 +01:00
Josué Tille
361d0bb652
Fix email stack config
2023-11-29 17:26:25 +01:00
Josué Tille
e73acdd808
cleanup all scripts
2023-11-29 17:26:25 +01:00
Josué Tille
d5f508aa85
fix init permissions
2023-11-29 17:26:25 +01:00
Josué Tille
479e4d7b2d
cleanup app.ini
2023-11-29 17:26:25 +01:00
Josué Tille
18696acb10
Fix manifest
2023-11-29 17:26:25 +01:00
Josué Tille
5e22a74cd7
We don't need ram to build app
2023-11-29 17:26:25 +01:00
Josué Tille
238dec4aaf
SSO is supported
2023-11-29 17:26:25 +01:00
Josué Tille
c3d72d5bc6
Fix mail config
2023-11-29 17:26:25 +01:00