1
0
Fork 0
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
Find a file
Chris Vogel 72b9d8b220
correct apt dependencies
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
```
2025-10-25 17:06:32 +02:00
conf urlwatch bug fix 2025-02-03 14:28:24 +01:00
doc upgrade to flohmarkt 0.12.1 2025-10-24 11:35:46 +02:00
scripts correct dependencis in flohmarkt-ynh-deps 2025-10-24 21:45:37 +02:00
static more formalities 2024-04-18 15:05:33 +02:00
.gitignore gitignore 2024-05-26 16:35:12 +02:00
config_panel.toml cleaning, correct setting of permissions 2024-06-18 09:53:14 +02:00
LICENSE more formalities 2024-04-18 15:05:33 +02:00
manifest.toml correct dependencis in flohmarkt-ynh-deps 2025-10-24 21:45:37 +02:00
README.md Auto-update READMEs 2025-10-24 21:45:52 +02:00
tests.toml email address needs a dot in hostname... 2024-06-15 14:24:50 +02:00

Logo of flohmarkt flohmarkt, packaged for YunoHost

A decentral federated small ads platform

🌐 Official app website App Demo Version: 0.12.1~ynh2

Screenshots

Screenshot of flohmarkt

📦 Developer info

Automatic tests level

🛠️ 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.