1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mygpo_ynh.git synced 2024-09-03 19:55:52 +02:00
mygpo packaged for YunoHost
Find a file
Jules Bertholet eff624b855 Don't run Python as root
We don't want to give code from the internet that hasn't been reviewed more privileges than it needs
2021-03-30 00:29:43 -04:00
conf Fix admin interface, make configured user admin 2021-03-25 16:07:22 -04:00
hooks Don't run Python as root 2021-03-30 00:29:43 -04:00
scripts Don't run Python as root 2021-03-30 00:29:43 -04:00
sources Add LDAP 2021-03-23 20:01:55 -04:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process Initial commit for mygpo 2021-03-17 09:03:22 -04:00
issue_template.md Initial commit for mygpo 2021-03-17 09:03:22 -04:00
LICENSE Initial commit for mygpo 2021-03-17 09:03:22 -04:00
manifest.json Fix admin interface, make configured user admin 2021-03-25 16:07:22 -04:00
pull_request_template.md New CI Implementation 2021-01-19 21:27:47 +01:00
README.md Fix admin interface, make configured user admin 2021-03-25 16:07:22 -04:00
README_fr.md Fix admin interface, make configured user admin 2021-03-25 16:07:22 -04:00
screenshot.png Initial commit for mygpo 2021-03-17 09:03:22 -04:00

mygpo (gPodder.net) for YunoHost

Integration level
Install mygpo with YunoHost

Lire ce readme en français.

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

Overview

This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with supported clients.

Shipped version: f9a89d37ad53eb688c7d7256f32fe230f95b9046

Screenshots

Demo

Configuration

Edit files under /opt/yunohost/APPDIR/envs/prod to set environment variables. There is an admin interface at yourdomain.tld/admin that the admin user can log in to.

Documentation

Multi-user support

  • Are LDAP and HTTP auth supported? LDAP only
  • Can the app be used by multiple users? Yes

Supported architectures

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

Limitations


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/mygpo_ynh/tree/testing --debug
or
sudo yunohost app upgrade mygpo -u https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debuggit