1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
integration of flohmarkt - a federated decentral classified ad software using activitypub - into yunohost
Find a file
Chris Vogel e8f6aa13f4 ..
2024-02-24 15:25:00 +01:00
conf initial generic nginx.conf 2024-02-22 17:25:16 +01:00
scripts password_couchdb_admin 2024-02-24 15:23:16 +01:00
manifest.toml .. 2024-02-24 15:25:00 +01:00
README.md added reference to forum 2024-02-11 12:01:52 +01:00

This is just a little beginning.

These are my notes about questions and ideas regarding packaging flohmarkt for yunohost.

You're welcome to take part by opening issues or sending pull requests. You can also reach me on Matrix in Yunohost Apps development as @chrichri:librem.one .

I also announced this work on the yunohost forum.

questions

It is recommended to use couchdb from https://apache.jfrog.io/artifactory/couchdb-deb/ which would need to be included as a repository. It seems that ynh_couchdb provides this.

  • Is it possible to make ynh_couchdb a dependency for my new ynh_flohmarkt?
    • Wrong question: I'll pull in couchdb as a dependency the same way ynh_couchdb does. There'll be a debian package that'll contain a dependency on the couchdb package for ynh_flohmarkt the same as for ynh_couchdb. The last app deinstalled will leave couchdb to apt autoremove to clean up.
  • It looks like ynh_couchdb should listen externally. I'd prefer to have it listen to 127.0.0.1 only. Is there a way to use the existing packet like this.
    • Whatever ynh_couchdb will configure additionally on the couchdb package should be compatible with whatever ynh_flohmarkt will configure on the couchdb package. Otherwise those two apps should not influence each other.

ideas

For the time being I'd not like to integrate into ldap. I'd like to let the admin choose whether registration is open to anybody, to yunohost user group (sso) or nobody. anybody and nobody is what flohmarkt already offers.

For 'yunohost user group' I'd like to have the registration urls rewritten by nginx to some you're not allowed to registered-page if no user with permission is logged in. Is there an example somewhere or is it even possible at all?

plan

  • use couchdb installation from ynh_couchdb

    • why shouldn't two apps install the same os dependency: no problem
    • stop the couchdb deb from being de-installed if one of the two apps is de-installed → pseudo deb with depency This is already achived by ynh_install_extra_app_dependencies in the install script
  • email

    • how to make flohmarkt send email per port 25 without login?
    • postfix virtual-user table: allow flohmarkt to send email with 'mail from: '
  • make first ynh_package

    • nginx just reverse proxy
    • no url filter
    • no userdb integration
  • try to get a filter that stops registration

    • in general
    • for users without permission (sso)
  • is it possible to have multiple flohmarkt instances in one couchdb

    • database name could contain domain name
  • done?