0x0f

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 1 year ago

yeah, i agree with the OP. decentralized networks have a hump thats hard to smooth out, and activitypub isnt the best protocol in the furst place.

[–] [email protected] 23 points 1 year ago

profile page gives me chills, we shall carry Apollos legacy ᕦ(ò_óˇ)ᕤ

 

went to mangadex only to find theyve been taken down, is there anywhere else i can read/download a translation?

[–] [email protected] 2 points 1 year ago

im ootl, why is project92 a threat? is it federated as well?

 

It's pretty solid already, lookin forward to the full release

[–] [email protected] 1 points 1 year ago

the # in the url got turned to %23, proper url is https://github.com/helloSystem/hello#why (#why)

[–] [email protected] 2 points 1 year ago

that makes more sense x3

[–] [email protected] 1 points 1 year ago (3 children)

wait, the battery is behind the screen?

[–] [email protected] 1 points 1 year ago

looks like some boof, why would apple jacks wanna be associated with weed?

[–] [email protected] 5 points 1 year ago

been lurkin around the fediverse for years, but only recently found lemmy. nice change of pace, never liked the microblogging format so masto never kept me.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

1: not very hard actually, the hardest part is gettin the cert onto your other devices x3
all you need to do is add each subdomain to the cert, add ssl_certificate and ssl_certificate_key to the http block, then enable ssl for each subdomain, like so:

http {
    # cert
    ssl_certificate /etc/nginx/public.crt;
    ssl_certificate_key /etc/nginx/private.key;
    server {
        listen       12345:443 ssl;
        server_name  pi.hole;

        location / {
                proxy_pass http://localhost:80;
        }
    }
    server {
        listen       12345:443 ssl;
        server_name  fox.hole;

        location / {
                proxy_pass http://localhost:621;
        }
    }
}

2: correct, all traffic goes through nginx.

[–] [email protected] 1 points 1 year ago

keepin my eye on MF GHOST uwu

 

now that ive got the language issue sorted out, tis time for a proper hewwo :3
this instance seems fun, gonna enjoy lurkin here uwu

view more: ‹ prev next ›