my_webapp_ynh icon indicating copy to clipboard operation
my_webapp_ynh copied to clipboard

Custom Web app with SFTP access

Results 19 my_webapp_ynh issues
Sort by recently updated
recently updated
newest added

I actually think it's fairly standard practice outside of react or angular frameworks for paths like `/post/example-post` to go to `example-post.html` This is a part of the modern web, I...

opinion needed

## Problem - *Description of why you made this PR* ## Solution - *And how do you fix that problem* ## PR Status - [ ] Code finished and ready...

### Describe the bug When changing PHP version through config panel, all dependencies are not reinstalled. For example, if we asked a mysql DB + PHP 8.0 during installation, when...

## Problem I wanted to have an app similar to my_webapp but with nodejs instead of PHP. After hesitating to create a new app, I decided it was better to...

### Describe the bug Impossible to restore a webapp with a MySQL database ### Context MyWebApp Version 1.0~ynh15 The webapp to be installed is Piwigo I thinks this is due...

I would like to be able to add a predefined cron file during installation or in the config panel. The idea is that the user provides the cron content upon...

### Describe the bug I have installed my_webapp on a domain ('https://lebasic.nohost.me') with a subpath ('/parcel/') and my website contains some HTML script tag containing '../' such as "" The...

### Describe the bug Changing the password in the config panel after installation doesn't have any effect. The newly set password isn't working and the old password is still working....

I am getting crazy trying to manually configure Nginx to cache static resources… It would be great if such configuration could be performed right within YunoHost, without needing to meddle...

### Describe the bug When choose php 8.2 for my_webapp, nginx conf (my_webapp.d/php.conf) contains: fastcgi_pass unix:/var/run/php/php7.4-fpm-my_webapp.sock Instead of: fastcgi_pass unix:/var/run/php/php8.2-fpm-my_webapp.sock *A clear and concise description of what the bug is.*...