

Looks like a good starting point for municipalities implementing live bus location maps.
From Kyiv, in Kyiv.


Looks like a good starting point for municipalities implementing live bus location maps.


It’s like they don’t understand the reason for this success is how different their road taken has been compared to all-in on AI companies.


Remembered that I made such a tool for myself ten years ago. Dusted off a backup, updated dependencies (and replaced some), refactored somewhat, changed license to AGPL and uploaded here: https://codeberg.org/nykula/imgie
Should be very easy to install because the backend is just ImageMagick and SQLite.
Beware of a 250M node_modules, though. My code is less than 1K lines in the initial commit, but the linters, bundlers etc are the same as I use for big projects.


Note: Lufi encrypts uploaded files and lets one share a link containing a decryption key. It doesn’t let one expose images for other websites to embed. Thus a good tool but not for OP’s purpose?


Slink might be easy enough to set up with Docker: https://docs.slinkapp.io/getting-started/02-quick-start/
Upd 22:04: tried setting it up with Podman instead of Docker, and the instructions didn’t work, first because of missing directories and then a permission issue. However, this can be because I tried on WSL rather than a dedicated GNU/Linux box.


I remember the shared storage location functionality in the Password Store app but I no longer see it in any versions released since last year. That’s why I had to switch to Termux. Also a control freak, just a different kind 😅


Are there mechanisms for fully automatic synchronization on every file change and every initialization in the Android and console apps for password-store out of the box these days? Using Syncthing with password-store at the moment to get a user experience as close to that as possible. Had to switch from the Android app to Termux and the CLI because the app no longer supports usage with Syncthing.


It’d be cool if your app was installable from F-Droid, for which the sources have to be somewhere under a free license. I most likely won’t be able to contribute code but would indeed like to look through the sources, and maybe help with translation if the code supports internationalization.


Do some parts of go-notes have proprietary sources? I can’t find the source for the native Android client in the repo or instructions on how to download and build it from elsewhere.


Have you tried adding Tor hidden services? It was the easiest solution for me to expose ports from behind the provider’s NAT to my phone when not at home.


Reading reviews on Google Maps in private browsing mode also got blocked for me.


Yes, setting up YunoHost on a new Debian VPS was a couple of commands, and having it install Synapse and Element was a few clicks in the UI plus a lot of waiting.
However. I thought of Element as an alternative to Slack or Telegram the way OP thinks of it as an alternative to Discord. I was wrong. Element competes with IRC. This is the only platform from which I’ve seen actual groups of people (FOSS projects) switch to Matrix. I think Matrix focuses on different usage needs than Discord, and trying it with willing Discord users will be an interesting exercise in seeing what perspectives they bring and what issues that raise, but the solution to their problem will be somewhere outside Matrix, and it will be in somewhat distant future, not with the current state of FOSS tools.
For FreshRSS, if you want to run the development version on localhost:
apt update && apt install build-essential gitInstall Docker: https://docs.docker.com/engine/install/ubuntu/
Clone FreshRSS repository, run
make startand finish the installation: https://freshrss.github.io/FreshRSS/en/developers/02_First_steps.html