- 1 Post
- 16 Comments
They already have 122 subscribers, it took less than a day to have 15 times more subscribers, it wasn’t that much behind.
Isn’t it really expensive (in time or in money) to have all these instances? I see you sell some kind of accounts, does it worth?
It’s just 3 posts from you, the others are from your reddit archival bots, only 7 subscribers, “going on” is a bit exaggerated. Some people may still block your instances because of their history.
Why are you still running all these instances? Most seems really dead to me. I’m just curios.
Instance independent link: !Ollama@lemmy.world
Share links to communities this way, so everyone can subscribe easily.
You should also post about this in !newcommunities@lemmy.world and !communitypromo@lemmy.ca for better discoverability!
infeeeee@lemmy.zipto Selfhosted@lemmy.world•wanderer v0.17.0 released — Federation support is hereEnglish37·7 days agoVery nice project! Thank you for using OpenStreetMap! I love it when the project I contribute to gets used in interesting projects like this!
But some quick notes, related to the map display: It’s called OpenStreetMap, there is no s at the end, written in CamelCase without spaces. The other more important problem is you forgot to include the attribution text on the map. For using OSM there is only one requirement, you have to display “© OpenStreetMap” somewhere on a corner of the map. More info about this on the website of the OSM foundation: https://osmfoundation.org/wiki/Licence/Attribution_Guidelines
I see the attribution text is displayed on http://trails.tchncs.de/ but not on https://demo.wanderer.to/ so I don’t know what’s going on.
The basemap display on the demo website uses the tile server from openstreeetmap.org. This is very discouraged, and also can give bad experience to users. The tiles on osm.org are raster tiles, they are regenerated automatically after a change in the map data, they are aimed as a tool for map contributors, not end users. You can read more about this here: https://operations.osmfoundation.org/policies/tiles/
There is a new totally free maplibre compatible vector tile provider, which uses the same map data, I recommend to switch to OpenFreeMap. Users can also self host OpenFreeMap, so some really privacy minded users could totally self host the full project this way.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English1·8 days agoIt seems you are missing some very basic knowledge, if you have questions like this. Watch/read some tutorials to get the basics, than ask specific questions.
This guy does the same thing as you: https://www.youtube.com/watch?v=yLduQiQXorc
This was like the 3rd result for searching for nginxproxymanager on yt.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English2·9 days agoYou type the ip of the rpi on the router, so from an external call the router will forward it to the rpi. Or I don’t know what is your question.
Things may seem automagical in the networking scene, but you can config anything the way you want. Even in nginxproxymanager you can edit the underlying actual nginx configs with their full power. The automagic is just the default setting.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English10·9 days agoExternal 80 to internal 80 and external 443 to internal 443
With this config you don’t have to deal with ports later, as http is 80, https is 443 by default.
If you run some container on port 81, you have to deal with that in the reverse proxy, not in the router. E.g. redirect something.domian.tld to 192.168.0.103:81
If you use docker check out nginxproxymanager, it has a very beginner friendly admin webui. You shouldn’t forward the admin ui’s port, you need to access it only from your lan.
infeeeee@lemmy.zipto Linux@programming.dev•Orange Pi 5 Ultra and Max Single Board Computers Running Linux: Introduction4·9 days ago8GB ram version €110
Official store on aliexpress: https://www.aliexpress.com/store/1102112699/pages/all-items.html?productGroupId=40000001788832&storeId=1102112699&shop_sortType=bestmatch_sort
infeeeee@lemmy.zipto Linux@programming.dev•Orange Pi 5 Ultra and Max Single Board Computers Running Linux: Introduction4·10 days agoArmbian is available for this board: https://www.armbian.com/orangepi-5-max/
When you contribute map data it will be added to osm, so even if comaps would be forked again, your contribution will remain in use by a lot other apps
Install docker, grab the official docker compose file, then
docker compose up -d
.Details: Look up how to install docker on elementary (I guess it’s
sudo apt install docker
), than you don’t have to care about the distro after that, docker works the same way everywhere. You can find countless tutorials on this, and they should work
Are you trying to install jellyfin server or client?
infeeeee@lemmy.zipto Fediverse@lemmy.world•Lemm.ee communities migration megathreadEnglish2·20 days ago!civ@lemm.ee merged with the existing !civ@lemmy.ca
infeeeee@lemmy.zipto Voyager@lemmy.world•Anything I shood know before migrating from lemmy.ee?English9·23 days agoI moved to lemmy.zip for this reason, nothing is defederated except the CSAM stuff. On lemmy.zip by default hexbear and lemmygrad blocked on the user level, you can unblock them in the settings
You can see it here:
infeeeee@lemmy.zipto Fediverse@lemmy.world•Lemm.ee communities migration megathreadEnglish3·23 days ago!idm@lemm.ee moved to !idm@lemmy.zip
That’s not an alternative frontend, but a different albeit very similar platform. With an alternative frontent you can see the same content, but with better and different features, usually without ads and with better privacy.