[02:10:32]
<DJ Chase (fae/faer)> thanks!
[08:24:26]
<pti-jean> Chatpitaine Caverne,
```
# asn -g < /var/log/nginx/access.log
-bash: asn: command not found
```
Qu'est qu'il faut installer ?
[08:34:20]
<pti-jean> Cela me semble trop chaud! Je tiens à personnaliser mon YunoHost le moins possible, pour éviter de s'attirer des ennuis !
[08:43:26]
<tufek> pareil, du coup je pense que je vais récupérer les logs depuis mes serveurs et lancer asn en local
[09:53:10]
<xabih> Hello. I'm waiting for Pixelfed app update to v0.12.7, When will it be available? thanks.
[10:57:17]
<Thomas> > <@xabih:matrix.org> Hello. I'm waiting for Pixelfed app update to v0.12.7, When will it be available? thanks.
It's in the work, you are welcome to help test it or wait a few days more :)
[11:06:02]
<xabih> OK, I will wait, thank you very much for your work
[13:11:59]
<naitx> Hi everyone,
I'm running YunoHost on a Raspberry Pi (non-Docker installation) and want to install the immich-cli tool. The official immich documentation recommends a global installation via
```npm i -g @immich/cli```.
My questions:
- Is a global npm installation the recommended approach for YunoHost apps, or should I use a local installation instead?
- What's the best practice for installing npm CLI tools in YunoHost without permission issues?
Any guidance would be appreciated!
[14:16:48]
<·☽•Nameless☆•777 · ±> Ici je suis sous nixos,
( c'est aussi possible de le lancer en daemon, mais je n'ai toujours pas compris comment on l'utilise :x )
[14:51:41]
<Jens> Hello!
I’m trying to install Concrete CMS. This is the first issue I get on YunoHost and have already installed about 5 apps with no issues (unless you count issues based on my lacking knowledge). But those issues I’ve been able to solve on my own, but here I’m not sure.
I found a closed forum entry for someone who also tried to install it. Not sure if it’s the same issue, since no one responded.
Here’s a link to the log: https://paste.yunohost.org/raw/lezijucezi
To me it seems as all the dependencies and tests passes. Anyone got any clues for me?
[15:32:14]
<tituspijean> @jens:matrix.fedup.se I only see that unclear "error" near the end of the log :
"The database timezone has times smaller by 2 hours and 0 minutes compared to the PHP timezone. These are the time zones compatible with the database one: Africa/Ceuta, Arctic/Longyearbyen, Europe/Amsterdam, ..., and Europe/Zurich"
Since the package does not ask anything about timezones, I'll open a ticket and have a look later tonight.
[15:38:11]
<Jens> > <@tituspijean:matrix.org> @jens:matrix.fedup.se I only see that unclear "error" near the end of the log :
> "The database timezone has times smaller by 2 hours and 0 minutes compared to the PHP timezone. These are the time zones compatible with the database one: Africa/Ceuta, Arctic/Longyearbyen, Europe/Amsterdam, ..., and Europe/Zurich"
> Since the package does not ask anything about timezones, I'll open a ticket and have a look later tonight.
Thanks. The timezone thing was the only “discrepancy” I found.
[17:47:51]
<Chatpitaine Caverne> J'imagine que c'est l'install façon serveur. Je n'ai pas trop lu cette partie, mais on peut regarder si tu veux.
[17:48:04]
<DJ Chase (fae/faer)> is there a way to see the list of settings configurable via `yunohost app setting`?
[17:48:19]
<DJ Chase (fae/faer)> i can't find anything in the manpage about it
[17:48:43]
<Chatpitaine Caverne> It would be nice indeed. I never found, but maybe it exists.
I found a way to get some informations by going into the app env :
`sudo yunohost app shell MYAPPID`
And then `printenv` you see all the environnement variable, including the specific one to the ynh package.
[17:48:52]
<DJ Chase (fae/faer)> awesome, thanks
[17:49:10]
<DJ Chase (fae/faer)> so there doesn't seem to be a way with the new instance to configure it to use the public servers instead of the local service? my server doesn't have a gpu so that's kind of nessicary lol
[17:49:52]
<DJ Chase (fae/faer)> also bumping this again 🤞
[17:51:29]
<·☽•Nameless☆•777 · ±> T'embête pas :),
c'était un essai vite fait, j'avais du temps à perdre à ce moment-là.
[17:51:53]
<·☽•Nameless☆•777 · ±> Je l'utilise plus en complément de mtr, vus que j'ai souvent des problèmes de routage vers l'Afrique du Sud avec mon opérateur
[19:07:51]
<trendless> if you go into `https://__DOMAIN__/settings` is there a section for 'Video conversion' where there's a dropdown that lets you pick other options?
[19:27:01]
<DJ Chase (fae/faer)> yes, but that's per-user
[19:39:54]
<trendless> you'll wanna adjust the PUB_VERTD_URL= variable in /var/www/vert/.env
[19:40:34]
<trendless> you could build a custom hook to do that too, automatically.
[21:53:21]
<DJ Chase (fae/faer)> thanks!
[22:56:50]
<tituspijean> Here are my findings so far: https://github.com/YunoHost-Apps/concrete5_ynh/issues/76
I was able to replicate your issue (with a side quest about incorrect php version), but I cannot explain why PHP and MySQL can report different time zones.