1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00
Custom Gemini package for YunoHost
Find a file
2022-07-29 20:46:20 +02:00
.github Initial commit 2021-07-10 17:59:22 +02:00
conf Apply last example_ynh 2022-07-29 20:46:20 +02:00
doc Apply last example_ynh 2022-07-29 20:46:20 +02:00
scripts Apply last example_ynh 2022-07-29 20:46:20 +02:00
sources Apply last example_ynh 2022-07-29 20:46:20 +02:00
.gitignore Initial commit 2021-07-10 17:59:22 +02:00
check_process Apply last example_ynh 2022-07-29 20:46:20 +02:00
LICENSE Apply last example_ynh 2022-07-29 20:46:20 +02:00
manifest.json Apply last example_ynh 2022-07-29 20:46:20 +02:00
README.md Auto-update README 2021-07-16 11:50:09 +00:00
README_fr.md Auto-update README 2021-07-16 11:50:09 +00:00

my_capsule for YunoHost

Integration level
Install my_capsule with YunoHost

Lire ce readme en français.

This package allows you to install my_capsule quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web.

Shipped version: 1.4.0~ynh2

Demo: https://gmi.sbgodin.fr/htmgem/

Screenshots

Disclaimers / important information

  • Other infos that people should be aware of, such as:

    • 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.
    • 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.
  • 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.

Documentation and resources

Developer info

Please send 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_capsule_ynh/tree/testing --debug
or
sudo yunohost app upgrade my_capsule -u https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps