- 1 Post
- 16 Comments
infeeeee@lemmy.zipto
Selfhosted@lemmy.world•Which open alternative apps list is the best?English
20·1 year agoThey are good guys, they even have a mastodon account: https://mas.to/@alternativeto
infeeeee@lemmy.zipto
Selfhosted@lemmy.world•What are you guys using to sort and name music?English
12·1 year agoYou can easily import music metadata to musicbrainz with userscripts: https://github.com/murdos/musicbrainz-userscripts
I use the discogs and bandcamp one frequently.
Install the userscript in your browser, and if you find your album on discogs or other sites, it adds a button there, and with few clicks it transfers the data to musicbrainz. Then in picard search again, or copy the link from musicbrainz to the searchbar in picard
infeeeee@lemmy.zipto
Selfhosted@lemmy.world•Looking for an RSS aggregator/summarizer/maybe-LLM thingEnglish
3·1 year agoThen can you explain how google news works? I never used it, maybe a lot others have also no idea.
From google reader i switched to feedly after google shut it down in 2013, when I started self hosting switched to ttrss, then to freshrss when it became apparent the developer of ttrss is an actual neonazi. It was always working for me so i never looked for a replacement.
Mopidy has a dlna plugin: https://mopidy.com/ext/dleyna/
I use this container for mopidy: https://hub.docker.com/r/ivdata/mopidy
I store it in mariadb
Not self hosted, but I use Windy for general weather predictions, it has some graphs if you click on a city.
If you love graphs meteo.pl has some nice graphs, but they are static, and only for Poland and neighbouring countries. Click meteogram on the top left and zoom in, than click on a red dot. E.g. this is for this week for Warsaw:
https://www.meteo.pl/um/metco/mgram_pict.php?ntype=0u&fdate=2025071006&row=404&col=250&lang=en (I can’t embed this image on lemmy)
Have you checked grafana? Here is a related tutorial: https://ibug.io/blog/2024/01/weather-forecast-with-grafana/
There is a history dashboard where you can change the date and which sensors you want to display: https://www.home-assistant.io/integrations/history/ You don’t zoom but you have to add dates, same 2 sensors look like this there:

But it depends on the sensor if it supports this long term statistics, by default all data is saved only for 10 days, you can change these settings.
If filtering and zooming is the most important aspect for you this may be not the best solution, as this graph displays are not the best. The most powerful feature is that you can add local data sources.
I already use HomeAssistant and it has a nice graph interface, you can add any data you want. Plus I have a zigbee temp and humidity sensor on the balcony, so I can add local data to the one coming from external sources. E.g. here is a temperature graph, blue is the temperature from OpenWeatherMap, yellow is an indoor sensor, my outdoor sensor’s battery died again… It shows daily mean, min and max for the last 30 days:

You can find built in weather integrations here: https://www.home-assistant.io/integrations/?cat=weather
About this graph card on the ui: https://www.home-assistant.io/dashboards/history-graph/
I already use HomeAssistant and it has a nice graph interface, you can add any data you want. Plus I have a zigbee temp and humidity sensor on the balcony, so I can add local data to the one coming from external sources. E.g. here is a temperature graph, blue is the temperature from OpenWeatherMap, yellow is an indoor sensor. It shows daily mean, min and max for the last 30 days:

You can find built in weather integrations here: https://www.home-assistant.io/integrations/?cat=weather
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 hereEnglish
42·1 year 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?English
1·1 year 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?English
2·1 year 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?English
11·1 year 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.
Just the heads up, that cpu is ancient. Its performance is comparable to an Rpi 4, but that old cpu consumes 30W+ while a full rpi maxes around 6-7 W. Rpi 5 is around 4-5 times more powerful with third power.
So it’s good if you just tinkering with old hardware for fun, but you can buy far more powerful modern hardware for only several dollars if you look at the second hand market.
Also I remember, I dealt with Toshibas from that era, they were quite locked down, e.g. you couldn’t install upstream nvidia drivers on them only the outdated ones signed by Toshiba. So it’s not unexpected that some options like that are missing in bios settings.