Maybe the user blocked you?
- 0 Posts
- 38 Comments
infeeeee@lemmy.zipto Historical Artifacts@lemmy.world•Traditional-style harpoons made of wood, bone, and seal hide; Argentina, specific examples made ~1920 ADEnglish0·14 hours agoI’m not a native speaker, but isn’t ‘made by’ would be a better term here? Or the emphasise is on the bone parts?
I don’t know what do you mean, I think there are 6 continents, and canals doesn’t matter.
Continents are mostly a cultural subdivisions, not based on geology, it’s pointless to debate about it. Good video on the topic: https://www.youtube.com/watch?v=hrsxRJdwfM0
For future reference please add some context to post like this.
How do you convince your normy friends to join? Lets say your grandma, etc. Or does delta has some bridge functionality? The point of a chat app is that your contact are also there.
Why a random chat app is the solution for an ai problem?
What is that thing, that should be triggering me? I see it the first time in my life.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•wanderer v0.17.0 released — Federation support is hereEnglish39·3 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·4 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·4 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?English11·5 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·5 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·5 days agoArmbian is available for this board: https://www.armbian.com/orangepi-5-max/
infeeeee@lemmy.zipto Privacy@lemmy.dbzer0.com•Data Breach at Cock.li Email Service Exposed Over 1 Million User Records0·7 days agoOmg they will find my @cocaine.ninja meme address.
I use cock.li for logging in unsecure places, e.g. to send email notifications from servers, printers. I already had one taken over. Their uptime isn’t world class either. It never sounded some trustable host, why would anyone choose it as a main email provider.
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
infeeeee@lemmy.zipto Privacy@lemmy.world•Mozilla Turns Firefox Away from Open Source, Towards Spyware: Firefox Labs Now Requires Data CollectionEnglish0·7 days agoIt’s just the regular monthly anti firefox FUD.
infeeeee@lemmy.zipto Free and Open Source Software@beehaw.org•Mozilla Turns Firefox Away from Open Source, Towards Spyware: Firefox Labs Now Requires Data Collection7·7 days agoIIRC they used labs for “ads” in the past, so disabling labs was already recommended, now it’s just double recommended.
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?
The other user is on infosec.pub, and they have an instance specific support community, ask it there, maybe their admin can see something we can’t: !infosecpub@infosec.pub
You instance has a similar general community with similar questions: !meta@pawb.social worth a try crossposting there.