Commit Graph

34 Commits

Author SHA1 Message Date
Josué Tille
bd2a937258
Add warining about config edition 2024-10-12 21:04:46 +02:00
Josué Tille
7064c0c7a4
Fix imap mail config 2024-02-06 00:59:40 +01:00
Josué Tille
77c36786f4
Disable reverse proxy authentication temporately 2024-01-25 00:16:19 +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
b0e2306674
Force LDAP sync at first start 2024-01-24 22:46:20 +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
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
361d0bb652 Fix email stack config 2023-11-29 17:26:25 +01:00
Josué Tille
479e4d7b2d cleanup app.ini 2023-11-29 17:26:25 +01:00
Josué Tille
c3d72d5bc6 Fix mail config 2023-11-29 17:26:25 +01:00
Félix Piédallu
bc7f0005ad Fix app.ini: Add authentication for email sending 2023-11-29 17:26:25 +01:00
Félix Piédallu
60cb5e5ae4 Migrate to manifestv2 and other changes:
* Move app install dir from /opt to /var/www
* Revamp the way binaries are downloaded thanks to manifestv2 (no need to check for arch, etc)
* Remove custom helpers (exec_as, ynh_handle_app_migration)
* Rename LFS_KEY as LFS_JWT_SECRET and KEY as SECRET_KEY as named in app.ini
* Add JWT_SECRET for oauth and INTERNAL_TOKEN in app.ini
* update upstream sample app.ini URL
* Disable actions for now.
* Automatically add ssh permissions to the system user
* Remove support for upgrade before 1.6.4. Edit test_upgrade_from accordingly.
2023-11-29 17:26:25 +01:00
CodeShakingSheep
3fa0b276cd
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini 2023-11-24 18:33:18 +01:00
CodeShakingSheep
7f4e720af4
Replacements for access, router and xorm log in app.ini 2023-11-13 16:01:31 +01:00
Typhlos
57cdd0ea53
Activating gitea actions 2023-03-30 13:20:13 +00:00
Josué Tille
6bdd9c9804
Update config 2023-01-13 08:04:03 +01:00
Josué Tille
c3bd422a32
Fix auto registration 2022-08-21 09:35:45 +02:00
Éric Gaspar
7f8213a32d
Add LFS support 2022-07-19 23:42:47 +02:00
Josué Tille
29fb4d4a9e
Fix reverse proxy authentication 2022-05-28 20:13:30 +02:00
Josué Tille
fc1befe9f8
Fix linter 2022-04-01 22:54:46 +02:00
Josue-T
d15c6ada1d
Fix typo
Co-authored-by: tituspijean <tituspijean@outlook.com>
2022-02-07 20:50:27 +01:00
Josué Tille
521fe69644
Try improve reverse proxy authentication 2021-10-26 07:47:40 +02:00
Josué Tille
72acb9cf0f
Enable basic authentication 2021-09-22 08:17:54 +02:00
Josué Tille
f933d40896
Fix start service managment and listen only on localhost 2020-03-27 15:21:10 +01:00
Josué Tille
7bb3ceb1fe
Merge branch 'testing' 2019-09-07 13:12:25 +02:00
Josué Tille
9e2c149643
Change the log managment (also for fail2ban support) 2019-08-05 16:55:49 +02:00
Josué Tille
df021cc560
Add arguments for all helper call 2019-06-09 21:05:14 +02:00
Josué Tille
910777fd35
Add support for custom ssh port 2019-02-16 23:35:52 +01:00
Rafi59
5442a33a07 [fix] https://framagit.org/YunoHost-Apps/gitea_ynh/issues/15 2018-06-14 18:48:19 +02:00
Rafi594
d474571ed8 Init 2018-02-25 21:45:24 +01:00