diff --git a/apps.json b/apps.json new file mode 100644 index 00000000..e08a1dc6 --- /dev/null +++ b/apps.json @@ -0,0 +1,18 @@ +[ + { + "url": "https://github.com/frappe/erpnext", + "branch": "version-15" + }, + { + "url": "https://github.com/frappe/hrms", + "branch": "version-15" + }, + { + "url": "https://github.com/frappe/helpdesk", + "branch": "main" + }, + { + "url": "https://github.com/frappe/payments", + "branch": "version-15" + } +] \ No newline at end of file diff --git a/encoded-apps-b64.txt b/encoded-apps-b64.txt new file mode 100644 index 00000000..8978a82c --- /dev/null +++ b/encoded-apps-b64.txt @@ -0,0 +1 @@ +WwogICAgewogICAgICAgICJ1cmwiOiAiaHR0cHM6Ly9naXRodWIuY29tL2ZyYXBwZS9lcnBuZXh0IiwKICAgICAgICAiYnJhbmNoIjogInZlcnNpb24tMTUiCiAgICB9LAogICAgewogICAgICAgICJ1cmwiOiAiaHR0cHM6Ly9naXRodWIuY29tL2ZyYXBwZS9ocm1zIiwKICAgICAgICAiYnJhbmNoIjogInZlcnNpb24tMTUiCiAgICB9LAogICAgewogICAgICAgICJ1cmwiOiAiaHR0cHM6Ly9naXRodWIuY29tL2ZyYXBwZS9oZWxwZGVzayIsCiAgICAgICAgImJyYW5jaCI6ICJtYWluIgogICAgfSwKICAgIHsKICAgICAgICAidXJsIjogImh0dHBzOi8vZ2l0aHViLmNvbS9mcmFwcGUvcGF5bWVudHMiLAogICAgICAgICJicmFuY2giOiAidmVyc2lvbi0xNSIKICAgIH0KXQ== \ No newline at end of file diff --git a/example.env b/example.env index 11b3d090..3b561ff1 100644 --- a/example.env +++ b/example.env @@ -16,7 +16,7 @@ REDIS_CACHE= REDIS_QUEUE= # Only with HTTPS override -LETSENCRYPT_EMAIL=mail@example.com +LETSENCRYPT_EMAIL=admin@khaeli.com # These environment variables are not required. @@ -52,4 +52,4 @@ CLIENT_MAX_BODY_SIZE= # List of sites for letsencrypt certificates quoted with backtick (`) and separated by comma (,) # More https://doc.traefik.io/traefik/routing/routers/#rule # About acme https://doc.traefik.io/traefik/https/acme/#domain-definition -SITES=`erp.example.com` +SITES=`erp.khaeli.com`,`hr.khaeli.com`,`helpdesk.khaeli.com`,`payments.khaeli.com`