From 3181523edc0e3c8edd8e73db7c2f4c70f96ac12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 8 Jul 2024 23:42:06 +0200 Subject: [PATCH 1/3] Fix default from email --- conf/local.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/local.py.j2 b/conf/local.py.j2 index 39ffa11..415c336 100644 --- a/conf/local.py.j2 +++ b/conf/local.py.j2 @@ -11,7 +11,7 @@ ALLOWED_HOSTS = ['{{ domain }}'] URL_PREFIX = '' STATIC_ROOT = '{{ install_dir }}/static' NOTIFICATION_EMAILS = ['{{ email }}'] -DEFAULT_FROM_EMAIL = 'notifier@{{ domain }}' +DEFAULT_FROM_EMAIL = '{{ app }}@{{ domain }}' SITE_URL = "https://{{ domain }}{{ path }}" SECRET_KEY = '{{ secret }}' ISP = { From cf760df9f6fbde7a4822664a9350847b0999d803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 10 Jul 2024 19:26:37 +0200 Subject: [PATCH 2/3] fix typo --- conf/gunicorn_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/gunicorn_config.py b/conf/gunicorn_config.py index bb99fbc..b31a821 100644 --- a/conf/gunicorn_config.py +++ b/conf/gunicorn_config.py @@ -1,4 +1,4 @@ -command = '__INSTALL_DIR/venv/bin/gunicorn' +command = '__INSTALL_DIR__/venv/bin/gunicorn' pythonpath = '__INSTALL_DIR__' workers = 4 user = '__APP__' From 1e5f8ade8a4cafddf7894c12a47ca493db497eb9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Jul 2024 07:41:21 +0000 Subject: [PATCH 3/3] Auto-update READMEs --- ALL_README.md | 1 + README_id.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 README_id.md diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -5,4 +5,5 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [Baca README dalam bahasa bahasa Indonesia](README_id.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..8fc1a65 --- /dev/null +++ b/README_id.md @@ -0,0 +1,58 @@ + + +# Coin untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/coin.svg)](https://ci-apps.yunohost.org/ci/apps/coin/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/coin.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/coin.maintain.svg) + +[![Pasang Coin dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=coin) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Coin secara cepat dan mudah pada server YunoHost.* +> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* + +## Ringkasan + +COIN is an Information System designed for associative ISPs in the FFDN. + +### Features + +- Provide a nice, clean UI for members +- Manage memberships +- Handle service requests for VPN, VPS, Housing, external accounts, etc, + - including IP pools management + - custom hooks can be added to interface with the actual infrastructure and provision services from the admin + - members can get status info regarding their services + - handle invoices, send reminders, import payment from bank, derive a member balance +- Optional features: mailing list, hardware provisionning + + +**Versi terkirim:** 20231216~ynh1 + +## Tangkapan Layar + +![Tangkapan Layar pada Coin](./doc/screenshots/screenshot.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Depot kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/coin_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/coin_ynh/tree/testing --debug +atau +sudo yunohost app upgrade coin -u https://github.com/YunoHost-Apps/coin_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:**