1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
This commit is contained in:
Chris Vogel 2024-04-15 20:31:38 +02:00
parent dfd554c9b1
commit 8885b9b08e

View file

@ -6,13 +6,23 @@ These are my notes about questions and ideas regarding packaging [flohmarkt](htt
I've only been working on the install script, yet. 'Remove' fails or only partly removes what had been installed.
### remove manually
**Warning:** This will probably break any existing installation of couchdb (there's an couchdb app to install just couchdb and expose its port via nginx reverse-proxy).
To remove the stuff installed by the install script in my testing environment I use `systemctl stop flohmarkt.service; systemctl stop couchdb; yunohost app remove flohmarkt; rm -rf /var/lib/couchdb/; rm -rf /home/yunohost.app/flohmarkt; rm -rf /opt/flohmarkt`.
### Warnings
**Another warning:** When installing flohmarkt on a a domain/path and letting it talk to other ActivityPub instances it will propagate a key associated to your domain. If you remove your flohmarkt from that domain and loose that key other instances might not want to talk to you anymore after you installed flohmarkt again on the same domain/path generating a new key.
**This is really strictly for testing only, yet**
**Again:** This might break **couchdb_ynh** if you installed it already. **Don't install if you already use a couchdb in production.**
**This is really strictly for testing only - don't install on a production yunohost.**
### Go ahead…
…test, break stuff and open issues :) !
## help welcome