• 2 Posts
  • 14 Comments
Joined 4Y ago
cake
Cake day: Feb 05, 2021

help-circle
rss

Since I dropped my Mozilla account years ago, bookmarking over devices is a pain. Linkwarden is the first tool which sorts my chaos. The tagging feature, a PWA and the browser add-on are my reasons for using linkwarden.



Show me a docker compose file which I can simply start and don’t have to mess around more than deploy it, and I will discuss xmpp more often.


Paperless was my docker training program. I did so many mistakes and end up losing my database 3 times. My fourth try, runs smooth and I backup everything regularly. Actually 1.300 documents.

After indexing everything, I learned loving the archive feature. Docs I scanned, and don’t want to trash in real got a number in paperless and the same number in the paper folder.


Openwrt + stubby + DoQ
I want setup stubby with a QUIC resolver for testing purposes. My resolver is an external AdguardHome install on a VPS with certs for DoH, DoT and DoQ. Actually everything works with a DoT setup, and some research told me to replace "TLS" parts with "QUIC". ``` config stubby 'global' option manual '0' option trigger 'wan' # option triggerdelay '2' list dns_transport 'GETDNS_TRANSPORT_QUIC' option tls_authentication '1' option tls_query_padding_blocksize '128' # option tls_connection_retries '2' # option tls_backoff_time '3600' # option timeout '5000' # option dnssec_return_status '0' option appdata_dir '/var/lib/stubby' # option trust_anchors_backoff_time 2500 # option dnssec_trust_anchors '/var/lib/stubby/getdns-root.key' option edns_client_subnet_private '1' option idle_timeout '10000' option round_robin_upstreams '1' list listen_address '127.0.0.1@5453' list listen_address '0::1@5453' # option log_level '7' # option command_line_arguments '' # option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20' # option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256' option tls_min_version '1.2' # option tls_max_version '1.3' # Upstream resolvers are specified using 'resolver' sections. config resolver option address 'vps-ip' option quic_auth_name 'my.vpsdomain.com' option quic_port 853 ``` But this conf doesn't work. Does someone got something like this to work?
fedilink

I was familiar with just organise my docker-compose containers without any frontend. But I discovered casaOS, which make things pretty simple. An AppStore and a SMB-Shared File manager gave me a really good workflow. Things that aren’t on the AppStore can be handled outside of Casa, too.

PS. But never make the mistake to integrate the outside handled containers, this mess things up.


TIL, docker has a snap package, and can’t stop laughing. What’s next? A flatpak or AppImage?


Its the sharing function. If you add the sharing on a whole group of notes it will be transferred in a website with navigation, too.


Using it for a month actually, I like the idea of database-notes. And I use the sharing function a lot, because I wrote a lot of guides which I share with friends and colleagues. It just transfer a note into a website and now it replaced my wiki.js and my notes app.

What I miss is a cool app, but hey it’s open source I don’t complain.


Just a hint for people searching a tiny selfhosted messenger with encryption and apps for iOS and android.
fedilink

Searx is dead, next good fork is searxng. As a long year selfhoster, I am sure next evolution is searxngx.


cryptpad could be selfhosted and has a visio part too. You can test it here:

https://cryptpad.fr/diagram/



We got separated from the main frame at work. And got full control for our own servers. Don’t ask why our system runs 100% uptime without errors.


In the early days it was cloud and mail, since Mailcow works really good, it’s just the cloud. Because nextcloud is too much hassle, all this php stuff… I have a managed nextcloud at hetzner and I am really happy this is something I haven’t to worry about.

I check ocis from time to time, if it is usable the same way, I would selfhost my cloud again. NC on selfhost? Only if they do the same steps ocis already made. Because ocis is a simple single binary without php.


You can try casaOS.

https://github.com/IceWhaleTech/CasaOS

Its something like k8s. But it is easy to use and works very well with docker containers.