mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2025-11-04 19:48:36 +01:00
integration of flohmarkt - a federated decentral classified ad software using activitypub - into yunohost
This should solve the problem https://github.com/YunoHost-Apps/flohmarkt_ynh/pull/34 solves for urlwatch only for all dependencies. https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/76 before this update: ``` # apt-cache show flohmarkt-ynh-deps Package: flohmarkt-ynh-deps Status: install ok installed Priority: optional Section: misc Maintainer: root@localhost Architecture: all Version: 0.12.1~ynh1 Depends: couchdb Description: Fake package for flohmarkt (YunoHost app) dependencies This meta-package is only responsible of installing its dependencies. Description-md5: 2cddd9a419f51e89a445730fcd0f6d03 ``` after this update: ``` # apt-cache show flohmarkt-ynh-deps Package: flohmarkt-ynh-deps Status: install ok installed Priority: optional Section: misc Maintainer: root@localhost Architecture: all Version: 0.12.1~ynh2 Depends: couchdb, python3-pip, python3-full, curl, apt-transport-https, gnupg, moreutils, curl, urlwatch Description: Fake package for flohmarkt (YunoHost app) dependencies This meta-package is only responsible of installing its dependencies. Description-md5: 2cddd9a419f51e89a445730fcd0f6d03 ``` |
||
|---|---|---|
| conf | ||
| doc | ||
| scripts | ||
| static | ||
| .gitignore | ||
| config_panel.toml | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
flohmarkt, packaged for YunoHost
A decentral federated small ads platform
Screenshots
📦 Developer info
🛠️ Upstream flohmarkt repository: https://codeberg.org/flohmarkt/flohmarkt
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/flohmarkt_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade flohmarkt -u https://github.com/YunoHost-Apps/flohmarkt_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.
