2
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2026-03-26 00:42:42 +01:00
Custom Web app with SFTP access
Find a file
2025-12-29 17:43:48 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:50:07 +02:00
conf Prioritize index.php over index.html 2023-10-08 10:49:57 +02:00
doc add PHP 8.4 2025-01-22 13:10:31 +01:00
scripts No need for password=$YNH_APP_ARG_PASSWORD ... $YNH_APP_ARG_FOOBAR is legacy syntax, $password is already available with the same value in the context of the install script 2025-12-29 17:43:45 +01:00
sources/www cleaning 2023-04-13 09:47:31 +02:00
.gitignore [enh] Update .gitignore 2016-05-14 19:16:37 +02:00
config_panel.toml Restore PHP version selection 2025-04-05 22:50:23 +02:00
LICENSE Add LICENSE and use GPL-3 in the manifest 2016-05-14 19:29:13 +02:00
manifest.toml Update manifest.toml 2025-04-22 13:26:18 +02:00
README.md Auto-update READMEs 2025-12-29 17:43:48 +01:00
tests.toml Update tests.toml 2025-01-22 13:11:23 +01:00

Logo of My Webapp My Webapp, packaged for YunoHost

Custom Web app with SFTP access to serve static (HTML, CSS, JS) and PHP files

Version: 1.0~ynh21

📦 Developer info

Automatic tests level

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.