aukfood

Results 33 comments of aukfood

Pour compléter voici ce que j'ai testé ``` debian@fabmanager:~/fabm-emode$ docker-compose exec fabmanager bundle exec rails assets:precompile yarn install v1.22.17 warning Skipping preferred cache folder "/.cache/yarn" because it is not writable....

@sylvainbx If i do that in contener : ``` bundle exec rails s puma -p 3000 -b 0.0.0.0 & ``` It's works, but I have to do that always I...

@sylvainbx do you need more informations ?

yes I have it ``` fabmanager: image: sleede/fab-manager environment: RAILS_ENV: production RACK_ENV: production env_file: - ./config/env volumes: - ./public/packs:/usr/src/app/public/packs - ./public/uploads:/usr/src/app/public/uploads - ./invoices:/usr/src/app/invoices - ./exports:/usr/src/app/exports - ./log:/var/log/supervisor - ./plugins:/usr/src/app/plugins -...

yesssss it's works chown -R 1000:1000 * Thanks

yes i think this will be a very good integration.

Hello, I have the same problems, I have my own languagetool server online and it's works with curl request ``` curl -d "text=je mappelle guillaume." -d "language=fr-FR" https://languagetool.mydomain.com//v2/check {"software":{"name":"LanguageTool","version":"6.1","buildDate":"2023-04-04 07:15:59...

@DMRobertson sorry for this long response time. After an other migration test now we could connect to synapse server but we couln't list rooms on local server. Before migration on...

@clokep @DMRobertson @all no idea why ?

@DMRobertson in my last case I don't change dns I done migration like that from old serve to new one : - dump database on old server and restore database...