(@me@chrichri.ween.de)
Sa 01.01.2000
Beiträge: 7Folgt: 40Folgende: 89
not yet
intent | no sarcasm, no irony |
hashtag | #packetfence, #yunohost, #flohmarkt, #librem5, #ShotOnLibrem5, #microblogpub, #Lite3DP, #deskhop |
matrix | @chrichri:ween.de |
Föderation · Fr 26.04.2024 19:21:02 Ha! First time I pushed the I hope that the #flohmarkt #fediverse will grow until there are enough people to exchange goods and services locally and generally quickly find the things I'm looking for or find someone interested in the stuff I do not want anymore, but that might be of value for someone else. Maybe the upcoming #yunohost integration will enable some more people to run an instance of their own. |
Föderation · Mo 29.01.2024 20:15:45 #flohmarkt - a lot of improvement! It is really nice to see that during the last few days
This would be a dream come true to have an open and decentralized small ads market place. |
Föderation · Mi 24.01.2024 14:23:00 Installation of flohmarkt on Debian Bookworm I tried two times to get the docker containers for #flohmarkt running and for some reason failed. I had thought that this would be the easiest way to try the software. In the end I decided to try an install on a bare #Debian system (in my case a #RockPro64 SBC made by #Pine64) and expected this to take some time until I'd figured out how to configure the system. In the end I got the software working within a good hour. Proves again: If it doesn't work try to make it more simple - in this case take away the docker software layer and run it on a dedicated system. I installed a minimal Debian Bookworm and started out working as root like described below. as root user create user to run the software
You might want to set a password or make sure the account is locked ( install necessary packages
install couchdb
As Erlang Magic Coo kie use something unique to your system like couchdb@your-hosts-fqdn. as unprivileged user flohmarkt (or whatever name you chose)
get flohmarkt
virtual python environment
This creates and activates a python virtual environment to install the needed modules. Download and install the python dependencies into the venv:
flohmarkt.conf
Edit flohmarkt.conf .
initialize database
run Flohmarkt You need to change to the flohmarkts directory and you need to be inside the venv:
This will make your flohmarkt listen on Port 8000 on your system and you could access it at http://127.0.0.1:8000/ . To be able to reach your flohmarkt via network you'd need to make it listen to 0.0.0.0 (to use all IPs configured in the system). public internet / tls As far as I could find out until now flohmarkt provides the http service and that's it. To have the service running on public internet and federate with other fediverse services it needs to be accessible via https using a valid certificate. reverse proxy This can be achieved by running any proxy software that allows to proxy an incoming https connection to the http service offered by flohmarkt. In a docker setup this could be a simple nginx configuration. I didn't have to try, because… yunohost …I'm already running an #yunohost on my DSL line. For yunohost there's the app redirect to run a reverse-proxy - if wanted for a whole domain. On the yunohost web-interface I configured a subdomain for flohmarkt, requested a Let's encrypt certificate for the domain and enabled the redirect app as a reverse proxy for the whole subdomain. The idea using redirect in yunohost I took from this toot by Johannes Brakensiek. up and running - sometimes My host is experimental and running as https://flohmarkt.ween.de/ . I didn't open it for registration and I'm still thinking whether it could be integrated into my yunohost as an app. Questions? Feel free to write a toot using the hashtag #flohmarkt_support . You can follow the hashtag either by whatever means your fediverse account offers or by following @flohmarkt_support@a.gup.pe . Referenes https://codeberg.org/grindhold/flohmarkt/src/branch/master/README.md Thanks to… grindhold and all the contributors for their work on this software. Medien: 1 |