Tagada

Results 48 comments of Tagada

@tootbrute Do you still encounter this issue ?

To ensure that only the user selected as admin can access the app I use `ynh_permission_update` for `code-server_ynh` in the install and upgrade scripts. https://github.com/search?q=repo%3AYunoHost-Apps%2Fcode-server_ynh%20permission&type=code I think this behavior is...

I think that we shouldn't ask PHP version when installing Wordpress. If we need to change the PHP version, I think the config panel is the good place for this...

my_weppapp_ynh does this already o/ https://github.com/YunoHost-Apps/my_webapp_ynh/blob/master/config_panel.toml#L24-L28 https://github.com/YunoHost-Apps/my_webapp_ynh/blob/master/scripts/config#L113-L136

``` 478578 INFO DEBUG - Mastodon now requires that these variables are set: 478578 INFO DEBUG - 478578 INFO DEBUG - - ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY 478578 INFO DEBUG - - ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT 478578...

(I think this is the case for `mastodon_ynh` too?) We can't use `--is-big` on the media cache since it's in a subfolder of the install dir. https://github.com/YunoHost-Apps/glitchsoc_ynh/blob/def875234cb50f7f5534c44daf753ac4380b22da/scripts/backup#L43 The remote media...

Are you following *that* many users ? 10GB of avatars and headers seems to be a lot, I think most can be removed with `--prune-profiles` (but yes, that was release...

> Could that be an optional setting to use during backup ? A bit like BACKUP_CORE_ONLY thinking @lapineige What does this setting should do and how to enable it ?...

Autant le faire manuellement avant l'upgrade

This app is not specifically aimed at React or Angular framework. Maybe a dedicated app is relevant ? If not, adding a way to configure URL rewriting (through config panel?)...