While Shelly wifi devices can use their cloud, it’s optional. By default cloud is disabled, you can even make them report to your own MQTT server.
- 0 Posts
- 26 Comments
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Looking for volunteers to help host Tahoe-LAFS!English
7·1 year agoHow can you be sure someone is not storing CSAM on your server, if it’s encrypted?
It sounds like storj from a decade ago, but you got at least some monopoly money for your storage there. I don’t follow what they are doing nowadays but it started similarly
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Trying to find a general-use project management software solutionEnglish
2·1 year agoYou can try the hosted version here: https://app.nocodb.com/
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Trying to find a general-use project management software solutionEnglish
5·1 year agoHave you checked nocode platforms/databases? It’s basically a cross section of a super powerful excel and a database manager. You can set up the way you want, link records from different tables, add images, files to “rows”, like excel on steroids. You don’t have to understand SQL at all, that’s why it’s called “no code”.
I use nocodb. Tried baserow before, but I didn’t like that a lot of basic features are not available in the foss version, in nocodb only some bells and whistles are behind a paywall and not available in the self hosted version
They are also called airtable clones, as airtable was the first well known platform like these.
Some other similars exist: https://alternativeto.net/software/airtable/?platform=self-hosted&feature=database-management
infeeeee@lemm.eeOPto
Selfhosted@lemmy.world•Experience with refurbished and recertified HDDs?English
1·2 years agoWhat is PT?
infeeeee@lemm.eeto
Selfhosted@lemmy.world•How to prepare a self-hosted machine I gift to remote friends - Learning TogetherEnglish
4·2 years agoDon’t use
.localas an internal domain it can cause problems. Use.internal, it was recently reserved for this purpose
infeeeee@lemm.eeto
Selfhosted@lemmy.world•I'm not asking for much! Android Music app (requirements below)English
1·2 years agoI tried that recently. I didn’t like that it doesn’t have a widget, and the downloads and current playlist are completely separate. Also there was no option to automatically continue when connecting to a headset (this was working in Ultrasonic 4.8, but not in 4.7.1 I hope they fix that bug sometime…) So after some weeks use I switched back to Ultrasonic.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•I'm not asking for much! Android Music app (requirements below)English
7·2 years agoMy offline android music workflow:
- Server: Navidrome but any music server supporting Subsonic API would work here. Navidrome has a nice UI, and reads MusicBrainz IDs, and can scrobble to ListenBrainz, that’s why I settled with this.
- Mobile app: Ultrasonic, on Fdroid. There are a lot of ways you can set up caching. I set up that it should automatically download everything from my “Now playing” playlist, at home on wifi I just add a bunch of albums and playlists to the “Now playing” list, it takes a while but it transcodes and downloads everything in a couple of minutes. It has very good Android Auto support, and a widget. Due to an annoying bug I had to downgrade to version 4.7.1, but otherwise I love it.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Plebbit is a peer-to-peer Reddit alternative that allows you to self host and own your own communityEnglish
172·2 years agobase64 image is just text…
How do you stop someone posting base64 encoded CSAM. And as it is “censorship resistant” you can’t even remove it… It was even a problem here in Lemmy, assholes are around the internet to destroy anything.
Also cryptobros:
The captcha service can be replaced by other “anti-spam strategies”, such proof of balance of a certain cryptocurrency. For example, a subplebbit owner might require that posts be signed by users holding at least 1 ETH, or at least 1 token of his choice.
The more I read about this it sounds more and more terrible.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Plebbit is a peer-to-peer Reddit alternative that allows you to self host and own your own communityEnglish
19·2 years agoFrom the whitepaper it seems like you cannot comment at all? Or each comment is a post also, so you need a server, you need to host it to be able to reply? I don’t see a mention how an upvote/downvote system could work.
How this is even similar to reddit? From what I could find it’s much like a topic based microblogging, and it’s a very one way communication. As it’s similar to IPFS and torrent, which are also very one way communication. Seems like an interesting idea, but I don’t see why it was compared to reddit.
Personal opinion, IPFS clones are reinvented about every year, and because they sound very good on paper, but noone could figure out a legit usecase - maybe except piracy - they fail after a while. Maybe if we would become an actual InterPlanetary species with colonies on Mars they could be useful, but until I don’t really see a point trying it again and again and again…
infeeeee@lemm.eeto
homeassistant@lemmy.world•Home Assistant is doing a user surveyEnglish
51·2 years agoRepost, you were late by 7 minutes :) https://sh.itjust.works/post/29583096
qbittorrent
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
3·2 years agoIt’s documented in the wiki, they are called VCS packages, and it’s not the usual, they work a bit differently: https://wiki.archlinux.org/title/VCS_package_guidelines
You can see in this instance, that it skips the sha checking for upstream source, in line 15 of the PKGBUILD it says ‘SKIP’: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyprspace-git#n15
sha1sums parameter is documented in the wiki: https://wiki.archlinux.org/title/PKGBUILD#sha1sums
In the PKGBUILD file you can list sources (line 12,13) and their respective checksums (line 14,15). In this PKGBUILD there are 2 sources: the first is the systemd unit file, it’s coming from the package’s AUR repo, not from upstream, you can see its checksum. The second source is the actual source, and you can see, it’s checksum is ‘SKIP’ so it shouldn’t be checked.
With these kind of packages you can’t get notified if there is an update available, but if you install it again with your favorite AUR helper it would update itself for the latest version. It calculates version number from the latest commit hash, before building and installing, so if that is the same it won’t update again.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
2·2 years agoNix just calls the *.nix files, it’s still go under the hood. PKGBUILD is similar to the flake.nix and package.nix files to me, but I have no experience with nix.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
8·2 years agoMy general view is similar, yaml is better if it should be written by humans, json is better if it should be written and read only by a machine. but hyprspace uses json for configuration, so I don’t really understand cellardoor’s comment
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
331·2 years agowhat: is: your: - problem - with: YAML # At least you can have comments unlike in json. Who need comments in a config file anyway.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
10·2 years agoOr port forwarding. You have to open a udp port for wireguard
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
14·2 years agoAUR packages ending with"-git" or “-svn” always pull the latest commit from source. The version number means that was the last time the packager had to change something on the PKGBUILD script, not the actual version which would be installed.
Where should I look? Where were these talks? I’m interested.
Edit: I found the whitepaper about hole punching: https://research.protocol.ai/publications/decentralized-hole-punching/
It says it connects to a “Hole Punch Coordination (DCUtR - Direct Connection Upgrade through Relay)”. So for NAT traversal to work, you need a third party, this relay. As I expected. I guess you can self host this, but than you could just host a wireguard server. I guess if you are on a locked down network where you cannot connect to any relay (e.g. how the Chinese Great Firewall works technically they could block it) you can’t initiate a connection behind a NAT.
Nonetheless it seems interesting, but no magic here. Maybe the big difference that the relay servers are distributed, so no central authority to block easily.
infeeeee@lemm.eeto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
28·2 years agoInteresting, it’s on AUR, I will try it.
So it doesn’t need any port forwarding, and works on CGNAT? How the “NAT hole punching” works? Both clients connect to something on IPFS?
Afaik, for DHT with torrent, clients need to know at least one tracker, what is the “tracker” here? Something on IPFS? Who am I sending my IP addresses?
How much overhead does this add to speed? I love with Wireguard, that it’s barely noticeable, really close to p2p speeds, OpenVPN was awful in this regard.
Yepp, Hanlon’s razor: they are mostly just lazy and maybe incompetent, not necessarily evil, that’s just a side effect. E.g. in my country if you call them that you want to get out of CGNAT they’ll just do that for you. My IP haven’t changed in years, but I don’t pay for fix IP. But it may be different in each country, I have mostly good experiences with local ISPs here.