What license are you offering it under?
What license are you offering it under?
If I give Obtainium this URL: https://builds.joinpeertube.org/mobile/peertube_mobile_v0.5.1.apk
…it recognizes that it’s an apk and shares with AppVerifier as I’ve configured obtainium to do. But I didn’t proceed further because I don’t want to install it if it’s not authenticl. I need a hash to compare with appveifier.
I want to install it via Obtainium (in GrapheneOS), but I also want to verify the apk first (w/AppVerifier). I don’t see a SHA-256 hash on framagit’s repo. Is there a way to verify we’re getting the correct apk?
[Docker Volume Backup]((https://github.com/offen/docker-volume-backup )?
That’s great to know!
Thanks for that info, @AtariDump@lemmy.world
I highly recommend OPNsense over pfSense for the UI improvements alone, but there are other reasons to use/support OPNsense over pfSense.
Can you list or summarize some of the other reasons?
Before Linux command line?
Thanks, @scsi@lemm.ee!
Using your own domain definitely makes it easy to get back up by just switching providers. But what about all your historical emails? If your original provider goes poof, what’s the plan? I connect via IMAP, so all my emails are stored on the provider’s servers, right? Or do email apps keep local copies, too?
Are there backup services for emails? I seem to recall Outlook having some kind of archive feature (I haven’t used outlook in decades), but I think I remember it was only recoverable in outlook and even then, it was a pain to search for a particular email.
Congratulations!
That sounds like a possibly difficult decision. Good luck.
I host tt-rss in docker and use Tiny Tiny RSS in GrapheneOS.
When I install qbittorrent via docker, I see this in the docker logs:
qbittorrent-1 | 2024-11-04T15:25:25.201955254Z The WebUI administrator username is: admin
qbittorrent-1 | 2024-11-04T15:25:25.201974066Z The WebUI administrator password was not set. A temporary password is provided for this session: H7ct3xPes
That’s the default admin credentials for the instance. I can then change the login or pw in the UI.
Thanks for sharing about Backrest. I use Restic and Backrest looks like a great addition to it.
~/git/vendor/<gitUser>/<repo>
and
~/git/<myName>/<forge>/<user>/<repo>
Examples:
~/git/vendor/EnigmaCurry/d.rymcg.tech
~/git/mike/forgejo/mikew/myproject
~/git/mike/github/johndoe/otherProject
I should add the d.rymcg.tech includes step-ca if you want to host your own CA server, but I agree with @joe@discuss.tchnic.de : it’s not necessary for securely hosting services, and ir can be dangerous I’d not done carefully.
I have a similar setup. I use d.rymcg.tech (a configuration manager for Docker, as well as a collection of open source web services and config templates) and have Traefik (reverse proxy) on a Digital Ocean dropet connected to a VM in my home lab through wireguard. This framework allows me to put authentication and authoriation in front of any apps/services I’m hosting (HTTP basic auth, oauth2, mTLS). This setup allows me to control what is allowed access from outside of my home, without opening any ports.
Thanks for this very rational pep talk!