b1bb5d0625
Use default value for STUN credentials lifetime
2025-01-14 15:30:42 -05:00
b470110fd4
Upgrade Gitea to 1.22.6
2024-12-16 12:10:08 +04:00
31b7ff9217
Upgrade Gitea to 1.22.5
2024-12-12 18:32:58 +04:00
d90a374811
Remove outdated flag from certbot command
2024-12-12 18:32:26 +04:00
12cd14fff5
Deploy new postgres primary
2024-12-12 18:31:54 +04:00
b67d91077d
Remove old garage nodes
2024-12-12 18:30:16 +04:00
070badfeb3
Add postgres replica bootstrap example
2024-12-12 18:29:16 +04:00
4ce39738fd
Allow larger bodies for Gitea file uploads
...
Needed for uploading larger packages to the registry
2024-12-09 21:19:39 +04:00
d35e57b90e
Deploy substr
2024-12-09 21:19:13 +04:00
2d8a1cebb1
Update node info
2024-12-09 20:44:18 +04:00
c8160e38c8
Turn known pubkeys into object with usernames
2024-12-09 18:21:55 +04:00
67cd89b7b8
Merge pull request 'Fix TLS cert updates for kosmos.chat' ( #578 ) from chore/fix_cert_updates_kosmos-chat into master
...
Reviewed-on: #578
2024-12-09 14:21:05 +00:00
e4112a3626
Fix TLS cert updates for kosmos.chat
...
Some recipes weren't updated for the proxy validation yet. Needed to
split the ejabberd cert in two, so it can do normal validation on
`.org` and proxy validation on `.chat`.
2024-12-09 18:17:10 +04:00
89813465b2
Merge pull request 'Upgrade Mastodon to 4.3' ( #577 ) from chore/upgrade_mastodon into master
...
Reviewed-on: #577
2024-12-09 14:14:35 +00:00
6106e627e2
Upgrade Mastodon to 4.3
...
Co-authored-by: Greg Karékinian <greg@karekinian.com>
2024-12-09 18:12:45 +04:00
d8baa41c14
Add new node configs
2024-12-09 18:11:51 +04:00
8405b8df52
Merge pull request 'Upgrade lndhub.go to 1.0.2, add service fee config' ( #576 ) from chore/upgrade_lndhub into master
...
Reviewed-on: #576
Reviewed-by: Greg <greg@noreply.kosmos.org>
2024-10-20 19:27:19 +00:00
775f2275bb
Upgrade Gitea to 1.22.3
2024-10-19 14:42:11 +02:00
b4019b224b
Upgrade lndhub.go to 1.0.2, add service fee config
...
Co-authored-by: Michael Bumann <hello@michaelbumann.com>
2024-10-18 12:36:41 +02:00
52841d8c53
Add WKD endpoint to website nginx conf
2024-10-17 11:58:53 +02:00
b9b97d5056
Fix mail server VM backups
2024-10-16 12:48:08 +02:00
e5448aa85c
Merge pull request 'Upgrade strfry, add new Kosmos profile/pubkey, relay icon' ( #575 ) from chore/upgrade_strfry into master
...
Reviewed-on: #575
2024-10-16 10:44:47 +00:00
4d1125ac2b
Upgrade strfry to 1.0.1
...
Also set up and use a new Kosmos pubkey/profile and add a relay icon
2024-10-16 12:42:49 +02:00
3853f94ae0
Use new proxy domain for ejabberd cert
2024-10-16 12:40:10 +02:00
d1097c7688
Fix and improve nginx redirects, akkounts headers
2024-10-16 12:39:34 +02:00
7949fd067c
Add IPv6 support for nostr.kosmos.org
2024-10-16 12:37:47 +02:00
0726e58f7c
Update ejabberd LDAP filter for new akkounts release
2024-10-16 12:36:30 +02:00
fe581c348a
Fix bookmarks disappearing for XMPP users
...
The limit for PEP nodes was ridiculously low. No idea why, but it means
users were only able to save 10 items (e.g. channel bookmarks) at once.
2024-10-16 12:34:31 +02:00
af62078960
Update node info
2024-10-16 12:34:17 +02:00
9b4deff91e
Remove cln from bitcoin-2 node
2024-10-16 12:34:01 +02:00
0944bc5266
Merge pull request 'Migrate S3 backups from AWS, fix automatic cleanups' ( #574 ) from chore/move_fix_s3_backups into master
...
Reviewed-on: #574
2024-10-16 10:33:24 +00:00
eb06926606
Migrate S3 backups from AWS, fix automatic cleanups
...
The cleanups were broken in that every single archive was also copied to
a shared folder and never deleted from there.
Co-authored-by: Greg Karékinian <greg@karekinian.com>
2024-10-16 12:31:51 +02:00
15096ca17b
Merge pull request 'Bitcoin-related software upgrades' ( #573 ) from chore/bitcoin_upgrades into master
...
Reviewed-on: #573
2024-10-16 10:25:53 +00:00
3551b71154
Add sensitive attribute to resource with credentials
2024-10-16 12:23:38 +02:00
752bb74663
Remove boltz service and RTL integration
...
We use peerswap these days, and the build process for boltz was made
much more complicated at some point. Not worth upgrading for us.
2024-10-16 12:23:38 +02:00
c64526a944
Upgrade RTL to v0.15.2
...
Need to use `npm install --force` due to a dependency issue
2024-10-16 12:23:38 +02:00
da242d4817
Upgrade LND to 0.18.3
2024-10-16 12:23:29 +02:00
0af4bc1d0d
Upgrade bitcoind to 28.0
...
Requires a newer C++ compiler
2024-10-16 11:28:13 +02:00
c9f5a745a3
Merge pull request 'Fix Mastodon signup/password/confirmation links' ( #570 ) from chore/562-mastodon_login_urls into master
...
Reviewed-on: #570
Reviewed-by: Greg <greg@noreply.kosmos.org>
2024-08-23 14:18:12 +00:00
d935b99d7d
Fix Mastodon signup/password/confirmation links
...
Adds ENV vars for our custom fix in b916182bc1
fixes #562
2024-08-22 21:51:49 +02:00
d048bbb297
Merge pull request 'Upgrade Gitea to 1.22.1' ( #568 ) from chore/upgrade_gitea into master
...
Reviewed-on: #568
2024-08-10 11:45:39 +00:00
61bd121709
Upgrade Gitea to 1.22.1
2024-08-10 13:44:39 +02:00
ec9b912e45
Merge pull request 'Configure nginx default vhost, add specific redirects for some domains' ( #565 ) from chore/nginx_redirects into master
...
Reviewed-on: #565
2024-08-09 12:44:29 +00:00
d53ba42a1d
Make kosmos.org the default nginx vhost
2024-08-04 16:51:57 +02:00
a99f7f7574
Add config for accounts .well-known proxyying
2024-08-04 16:51:18 +02:00
1c8ee14bb3
Add HTTP redirects for kosmos.chat and kosmos.cash
2024-08-04 16:49:20 +02:00
cdedf49be3
Merge pull request 'Fix download URLs for Mastodon exports/archives' ( #564 ) from bugfix/mastodon_archive_download_urls into master
...
Reviewed-on: #564
2024-08-04 14:46:26 +00:00
5e727ec279
Fix download URLs for Mastodon exports/archives
...
See https://github.com/mastodon/mastodon/issues/24380
2024-08-04 14:55:22 +02:00
9d928298d2
Fix Gitea user/repo avatar URLs in certain situations
...
I encountered a CORS proxy which somehow ended up with http://_gitea_web
URLs.
2024-07-10 11:36:07 +02:00
1174661b46
Use proxy domain for RS Discourse ACME challenge
2024-07-08 20:31:46 +02:00