i'm kind of nervous with the takjil stands of where i am right now
yonle@fedinet.waltuh.cyou
@yonle@fedinet.waltuh.cyou
Posts
-
i'm kind of nervous with the takjil stands of where i am right now
i'm kind of nervous with the takjil stands of where i am right now
-
I'm accessing s.umeyashiki.org via QUIC.@yuka I basically run a somewhat custom akkoma setup, optimized for roaming, slow internet, monitored bandwidth. -
I'm accessing s.umeyashiki.org via QUIC. -
I'm accessing s.umeyashiki.org via QUIC.@yuka you can simply cherry pick it, though.
but either way, you need to put it only on these endpoints:
/media/*/proxy/*/emoji/*(on ur akkoma fe endpoint)/static/js/*(akkoma fe endpoint)/static/css/*(akkoma fe endpoint)
-
I'm accessing s.umeyashiki.org via QUIC.@yuka
by the way, you might want to use this patch, which should speed up loading speed the next time you reopen stuffs: https://akkoma.dev/AkkomaGang/akkoma/pulls/1068
-
I'm accessing s.umeyashiki.org via QUIC.@yuka
mine is using quic, except just using caddy reverse proxy (it supports it)
-
wrote a blog on how to make an email server.https://pen.waltuh.cyou/yonle/setting-up-an-email-server-with-opensmtpd-dovecot-postgresqlit should be easy.wrote a blog on how to make an email server.
https://pen.waltuh.cyou/yonle/setting-up-an-email-server-with-opensmtpd-dovecot-postgresql
it should be easy. have fun -
Finally done setting up this Akkoma server.@yuka or do you need a tutorial, coz i can write one
-
Finally done setting up this Akkoma server.@yuka you will then need to create a psql database specifically for opensmtpd. -
Finally done setting up this Akkoma server.@yuka tl;dr: setup smtp server first.
install what's required in the dependencies part.
for the config of opensmtpd, it's `smtpd.conf` which you can check here: https://github.com/Yonle/mailserver-config/blob/master/etc/smtpd.conf
the other dir has it's own README that explains what it does and how (eg, in /etc/mail of the repo) -
Finally done setting up this Akkoma server.@yuka i don't really use postfix for my email setup as it is deemed rather a bit complex than done, so i use opensmtpd, which somewhat is easier to configure and took just a while -
Finally done setting up this Akkoma server.@yuka what are you using for the smtp server?
you can also use my setup, which apparently is easier to get up: https://github.com/Yonle/mailserver-config