Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

[Maintenance ping] Is this app still maintained ? #2

Open
yunohost-bot opened this issue Aug 29, 2018 · 5 comments
Open

[Maintenance ping] Is this app still maintained ? #2

yunohost-bot opened this issue Aug 29, 2018 · 5 comments

Comments

@yunohost-bot
Copy link

Hello !

This is a friendly automatic notice from the Yunohost Apps team : our tool noticed that this app is listed in the community/official app lists - but this app appears to be inactive.

Hence, this issue was created automatically to check if this app is still actively maintained.

You are the current maintainer ? 👷‍♂️ 👷‍♀️

You still actively maintain this app ? 🎉

Please close this issue to signify that you still actively maintain this app. Nothing else, and thank you for your work ❤️ !

You don't intend to maintain this app anymore ? 😢

Either don't do anything, or add a comment to explicitly state that you do not intend / have time / ... to maintain this app (but thanks for your work so far ! 😘). After 15 days, if this issue is still opened, the app will be considered unmaintained.

You wish to become the new maintainer of this app ? 😄

You are welcome and free to comment in this thread that you wish to become the new maintainer, and/or to create the corresponding pull request to fix this issue ! (If you do not already have commit rights on this repo, we can then arrange things with the rest of the app team. 😉) Once this issue is closed, the app will then be flagged again as maintained !

@yunohost-bot
Copy link
Author

⚠️ Warning: according to the previous instructions, since this issue is opened since more than 15 days, this app is now flagged as "unmaintained".

Feel free to volunteer as a maintainer and close this issue to reflag it as "maintained".

(This is an automatic message)

@opi
Copy link
Collaborator

opi commented Sep 14, 2018

thanks for the reminder. This app is a bit special, as it don't have any upstream code. However, it should be more tested against the 3.x branch of YunoHost.

  • I'll keep this issue open until I tested it deeply with 3.x
  • Anyone is free to test and maintain this app

@fenix011
Copy link

@opi i've just tested it on YunoHost 11.0.10.1 (stable) version :it doesn't work for me .
Please find the log below (hope it helps to make it work again! ) :

args:
  app: my_webapp
  force: false
  label: My Webapp
  no_remove_on_failure: false
ended_at: 2022-10-25 21:24:52.757426
env:
  YNH_APP_ARG_DOMAIN: maindomain.tld
  YNH_APP_ARG_IS_PUBLIC: '1'
  YNH_APP_ARG_PATH: /site
  YNH_APP_ARG_PHPVERSION: '7.4'
  YNH_APP_ARG_WITH_MYSQL: '0'
  YNH_APP_ARG_WITH_SFTP: '1'
  YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_lz_crt4d
  YNH_APP_ID: my_webapp
  YNH_APP_INSTANCE_NAME: my_webapp
  YNH_APP_INSTANCE_NUMBER: '1'
  YNH_APP_MANIFEST_VERSION: 1.0~ynh11
  YNH_ARCH: amd64
error: An error occurred inside the app installation script
interface: api
operation: app_install
parent: null
related_to:
- - app
  - my_webapp
started_at: 2022-10-25 21:24:50.902346
success: false
yunohost_version: 11.0.10.1

============

2022-10-25 21:24:50,919: INFO - Installing my_webapp...
2022-10-25 21:24:50,977: DEBUG - Nothing to update in LDAP
2022-10-25 21:24:50,977: DEBUG - Permission 'my_webapp.main' updated
2022-10-25 21:24:50,981: DEBUG - Full log of this operation: '<a href="#/tools/logs/20221025-212450-permission_url-my_webapp" style="text-decoration:underline">Update URL related to permission 'my_webapp'</a>'
2022-10-25 21:24:51,006: DEBUG - The permission database has been resynchronized
2022-10-25 21:24:51,015: DEBUG - SSOwat configuration regenerated
2022-10-25 21:24:51,026: DEBUG - Permission 'my_webapp.main' created
2022-10-25 21:24:51,027: DEBUG - Full log of this operation: '<a href="#/tools/logs/20221025-212450-permission_create-my_webapp" style="text-decoration:underline">Create permission 'my_webapp'</a>'
2022-10-25 21:24:51,061: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./install"  7>&1']'
2022-10-25 21:24:51,077: DEBUG - + source _common.sh
2022-10-25 21:24:51,077: DEBUG - + source /usr/share/yunohost/helpers
2022-10-25 21:24:51,079: DEBUG - +++ grep xtrace
2022-10-25 21:24:51,080: DEBUG - +++ set +o
2022-10-25 21:24:51,082: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2022-10-25 21:24:51,082: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2022-10-25 21:24:51,101: DEBUG - + ynh_abort_if_errors
2022-10-25 21:24:51,102: DEBUG - + trap ynh_exit_properly EXIT
2022-10-25 21:24:51,103: DEBUG - + domain=maindomain.tld
2022-10-25 21:24:51,103: DEBUG - + path_url=/site
2022-10-25 21:24:51,103: DEBUG - + with_sftp=1
2022-10-25 21:24:51,103: DEBUG - + password=
2022-10-25 21:24:51,104: DEBUG - + is_public=1
2022-10-25 21:24:51,104: DEBUG - + phpversion=7.4
2022-10-25 21:24:51,104: DEBUG - + with_mysql=0
2022-10-25 21:24:51,104: DEBUG - + app=my_webapp
2022-10-25 21:24:51,105: DEBUG - + app_nb=1
2022-10-25 21:24:51,219: DEBUG - + final_path=/var/www/my_webapp
2022-10-25 21:24:51,219: DEBUG - + test '!' -e /var/www/my_webapp
2022-10-25 21:24:51,219: DEBUG - + '[' '' '!=' '' ']'
2022-10-25 21:24:51,219: DEBUG - + ynh_die '--message=You need to set a password to enable SFTP'
2022-10-25 21:24:51,220: INFO - [++..................] > Validating installation parameters...
2022-10-25 21:24:51,245: DEBUG - + ynh_exit_properly
2022-10-25 21:24:51,246: WARNING - You need to set a password to enable SFTP
2022-10-25 21:24:52,755: ERROR - Unable to install my_webapp: An error occurred inside the app installation script


@fenix011
Copy link

Well, FYI ... in case it helps !

I've just (apparently) succedeed in installing 'staticwebapp', with some errors though ?
yunohost-staticwebapp

@fenix011
Copy link

On the other hand, when i go to the given URL, i get a promising webpage ?

It works!

Congratulation, you have just installed your custom web app.
Edit this site

First way to edit this site is by putting your files in /var/www/my_webapp/www using SSH/SCP.

Alternatively you can achieve the same thing using SFTP. To do so, you can use a client application such as FileZilla. Here are the SFTP connection details:

Domain
    web.librebits.info
Port
    22 (or the port you defined if you changed the SSH port)
User
    my_webapp
Password
    the one you set at installation


Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants