RareBird15

joined 2 months ago
[–] [email protected] 0 points 1 week ago

@selfhost @selfhosting @selfhosted @linux Web services docker-compose.yml, includes Linkding:

services:  
 linkding:  
 image: sissbruecker/linkding:latest-plus  
 container\_name: linkding  
 environment:  
 LD\_ENABLE\_AUTH\_PROXY: "true"  
 LD\_AUTH\_PROXY\_HEADER: "Remote-User"  
 LD\_AUTH\_PROXY\_AUTO\_LOGIN: "true"  
 LD\_AUTH\_PROXY\_LOGOUT\_URL: "[https://auth.laniesplace.us/logout](https://auth.laniesplace.us/logout)"  
 volumes:  
 \- linkding\_data:/etc/linkding/data  
 healthcheck:  
 test: ["CMD", "node", "-e", "const http = require('http'); const options = {host: 'localhost', port: 9090, path: '/', timeout: 2000}; const request = http.request(options, (res) =\> { process.exit([200, 302].includes(res.statusCode) ? 0 : 1)}); request.on('error', () =\> process.exit(1)); request.end()"]  
 interval: 30s  
 timeout: 10s  
 retries: 3  
 networks:  
 \- web  
 labels:  
 \- "traefik.enable=true"  
 \- "traefik.http.routers.linkding.rule=Host(`bookmarks.laniesplace.us`)"  
 \- "traefik.http.routers.linkding.entrypoints=websecure"  
 \- "traefik.http.routers.linkding.tls.certresolver=le"  
 \- "traefik.http.services.linkding.loadbalancer.server.port=9090"  
 \- "traefik.http.routers.linkding.middlewares=authelia@docker"

volumes:  
 linkding\_data:

networks:  
 web:  
 external: true

[–] [email protected] 1 points 1 week ago (1 children)

@fmstrat Ah yeah just noticed you're on Lemmy. Yeah I'm posting from Mastodon.

[–] [email protected] -1 points 1 week ago (2 children)

@fmstrat Not sure what you mean. I included hashtags in my post, but there was no title to it or anything.

[–] [email protected] 1 points 1 week ago (5 children)

@ocean Honestly, I didn't know cloudflare domains were that cheap. Also, yes, there's eu.org and a couple other ways to get free domains.

[–] [email protected] 1 points 1 week ago (8 children)

@virtuous_sloth @selfhost @selfhosting @selfhosted @mastoblind @main No, my situation is weird. My domain is hosted on Porkbun.com but its nameservers point to Vultr.com, where my WordPress install is hosted on a friend's server. Porkbun won't let me edit DNS records or do much of anything with my domain unless I change back to the default nameservers, which would break my WordPress setup.

[–] [email protected] 0 points 3 weeks ago

@jdw @selfhost @selfhosted @linux @selfhosting Not sure what you mean. I have a Raspberry Pi with MiniFlux, LinkAce, and a bunch of other stuff on it. The only thing I'm not hosting is the WordPress site.

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

@remakingeden @selfhost @selfhosted @linux @selfhosting Yeah I don't want to add a whole log, just alerts that backups were done successfully or if something goes down, or a daily summary of how my system is doing. I'll look into Pushover.

[–] [email protected] 2 points 2 months ago (1 children)

@fastfinge I was thinking about it, and I want to work on my computer, not my phone. I guess I either need to use a different Linux distro or try Virtualbox.

[–] [email protected] 2 points 2 months ago (3 children)

@fastfinge I'll look into it. Never heard of it before. I have an iPhone but it's an iPhone 13 Mini and not in the greatest shape, so probably not good for that kind of thing.

[–] [email protected] 2 points 2 months ago (1 children)

@doc @main @mastoblind Does it still havve issues with audio latency and audio being too quiet? It did the last time I tried it.

[–] [email protected] 2 points 2 months ago

@[email protected] I'm curious about this myself. I might do a search for good instances.

view more: ‹ prev next ›