You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gabriel Cossette ba92c75e5e Merge branch 'testing' of https://git.weblibre.ca/gabriel/tiny_file_manager_ynh 5 years ago
.github [autopatch] Update issue and PR templates 5 years ago
conf Update 5 years ago
scripts update 5 years ago
sources/www Explain the location of the files (/var/www/my_webapp/www) 5 years ago
.gitignore [enh] Update .gitignore 10 years ago
CHANGELOG.md Update CHANGELOG.md 5 years ago
LICENSE Add LICENSE and use GPL-3 in the manifest 10 years ago
README.md Fix 5 years ago
README_fr.md Fix 5 years ago
actions.toml Public/private is handled by the core using the group permission system 6 years ago
check_process Upgrade to php7.3 5 years ago
config_panel.toml Drop 'overwrite' nginx/phpfpm conf settings 5 years ago
manifest.json update 5 years ago

README.md

Custom Webapp for YunoHost

Integration level
Install Custom Webapp with YunoHost

Lire ce readme en français.

This package allow you to install Custom Webapp quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

This application allows you to easily install a custom Web application, providing files access with SFTP. It can also create a MySQL database - which will be backed up and restored with your application. The connection details will be stored in the file db_accesss.txt located in the root directory.

Once installed, go to the chosen URL to know the user, domain and port you will have to use for the SFTP access. The password is one you chosen during the installation. Under the Web directory, you will see a www folder which contains the public files served by this app. You can put all the files of your custom Web application inside.

Shipped version: 1.0

Configuration

Documentation

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

Additional information

SFTP port

You may have change the SSH port as described in this section: Modify the SSH port; then you should use this port to update your website with SFTP.


Developers info

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
or
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug