rearview
@rearview@lemmy.zip
- Comment on Local domains constantly time out according to Uptime-Kuma 1 month ago:
seems like your DNS works fine but your certs doesn’t. Are you able to connect to your services on your browser normally, with SSL?
- Comment on Local domains constantly time out according to Uptime-Kuma 1 month ago:
- Is your uptime kuma server on the same machine as your other services?
- Are you using docker/podman? If so can you try to curl your services’ domain and see if they resolve?
- Comment on How to convince my uni / dept. to switch to Mastodon? 1 month ago:
Might look into Gotosocial considering it’s more lightweight.
Other than that I wonder whether it’s better for the uni/department to register on another instance, similar to how fosstodon is home for many FOSS projects. An inter-unis, academic-focused Fediverse server might be a good club project, and could allow more donation sources to sustain too (although this is pretty above-scope from what you’re asking).
- Comment on VPN bypassing Firewalls (Wireguard DPI) 1 month ago:
Tailscale/Headscale + DERP may work as they relay packets through a typical HTTP server. Just make sure your router has some space to download the binary - for MIPS they’re like ~60MB or something iirc.
- Comment on Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea? 1 month ago:
My bad, I meant the recommended deployment is to bring your own auth provider, but normal username/password is fine too. Glad it works!
- Comment on Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea? 1 month ago:
Assuming you just want file sync and storage, if you can live without External Storage (having another SFTP/WebDAV/whatever backend), then I think oCIS is great for you. It also expect an OIDC auth provider by default - this guide helped me through. Note that you have to configure the S3 storage driver in oCIS and properly backup your buckets and metadata.
For Talk you can setup an internal Matrix and TURN server too. I recommend conduwuit if you want something lightweight, or Synapse (quite heavy) if you need OIDC integration.
- Comment on File server with on-demand sync, preserve the filesystem, and runs without external DB? 5 months ago:
Update: there seems to be a more “native” storage driver for OCIS that is currently WIP. It seems very exciting
- Comment on Am I the only one who missed the Owncloud rewrite in Go? 5 months ago:
FYI there is an upcoming storage driver that can solve this issue
- Comment on File server with on-demand sync, preserve the filesystem, and runs without external DB? 11 months ago:
Non-OCIS Owncloud still needs a dedicated database and recommend against SQLite in prod
I’ve looked at rclone mounting with the --vfs-cache-* flags. But I’m not sure how it can smart sync like mountain duck or handle conflicts elegantly like the Nextcloud/Owncloud clients do. Let me know how to set it up that way if possible
- Comment on File server with on-demand sync, preserve the filesystem, and runs without external DB? 11 months ago:
AFAIK, Syncthing clones the entire folder across peers (the server is just another peer it seems), which isn’t ideal for my use case Do you know any current way to configure it for selective syncing?
- Submitted 11 months ago to selfhosted@lemmy.world | 9 comments