@kristoff Multicloud deployments is a thing, but far from common practice, I believe.
En oftast glad typ, som gillar frihet och rättvisa, lever i 🇸🇪. Have fun and be mindful of people around you.
- 0 Posts
- 15 Comments
@Appoxo @ShortN0te On your own network you should be able to have a long enought lease that it shouldn’t be a problem if your dhcp server is unavailable sometimes.
Mike@fikaverse.clubto
Selfhosted@lemmy.world•Rauthy OIDC v0.19 — Better support for Solid and Matrix
1·2 years ago@erlend_sh Interesting… will give this a try…
Mike@fikaverse.clubto
Selfhosted@lemmy.world•Mozilla Senior Director of Content explained why Mozilla has taken an interest in the fediverse and Mastodon
62·2 years ago@AdmiralShat @Kushan It’s federated right? so you don’t need to leave, just move on to a different federated server in the network… or am I missing something?
Mike@fikaverse.clubto
Selfhosted@lemmy.world•Looking for some Google Workspace alternatives
1·2 years ago@PlutoniumAcid @spudwart Did you configure memcache and nextclouds scheduled maintenance job, both are very much needed for nextcloud to work good.
Mike@fikaverse.clubto
Selfhosted@lemmy.world•How to organize docker volumes into subdirectories using compose
1·2 years ago@ErwinLottemann I like named volumes in my compose files better thou, keep them organised under the volume section and manageable with docker-cli if needed.
Mike@fikaverse.clubto
Selfhosted@lemmy.world•How to organize docker volumes into subdirectories using compose
2·2 years ago@Pete90 There is plugins you can use to tell docker where your volumes are. Something like this works for local directories:
Docker will create a _data directory as usual.
volumes:
web_data:
db_data:
driver: local # Define the driver and options under the volume name
driver_opts:
type: none
device: /data/myservice/db_data
o: bind
Mike@fikaverse.clubto
Selfhosted@lemmy.world•Is there an alternative "lite" web front-end for Nextcloud?
3·2 years ago@KelsonV You ‘could’ do “ssh nextcloudserver -l www-data php occ list”, if you allow interactive login with your webserver user.
Mike@fikaverse.clubto
Selfhosted@lemmy.world•Is there an alternative "lite" web front-end for Nextcloud?
1·2 years ago@KelsonV I think davfs would be the lighter interface to nextcloud.
Mike@fikaverse.clubto
Selfhosted@lemmy.world•A few questions about selfhosting from a newbie
1·3 years ago@Moonrise2473 @cybersandwich I both agree and disagree… but always use named volumes. Easier to manage/monitor your volumes then use an <backup-container>, maybe rclone, that shares the same volume and sends the data to some safe place
or, if you still prefer, in your named volume section tell docker to use a custom path.
volumes:
myvolume:
driver: local
driver_opts:
type: none
o: bind
device: /host/path/to/volume
Mike@fikaverse.clubto
Selfhosted@lemmy.world•How to selfhost stremio backend and frontend?
1·3 years ago@SmallAlmond I don’t know much about streamio, but I noticed this on their webpage;
“There is also a Guest mode at signup, which requires no data whatsoever: in this mode, no calls are made to our backend. However, it comes at the expense of useful features, such as being able to sync your library across devices.”
🤔

@originalucifer @ozoned hm… Why do you call it blog then? It’s just someone’s web page with text, pictures and video published to it. Languages evolves and new words can describe new implementations better.