Frappe-Manager
Frappe-Manager copied to clipboard
A CLI tool based on Docker Compose to easily manage Frappe based projects.
Need an option to stop/start/restart all the global services at once from the CLI. it currently supports only if we pass the service name. fm services stop global-db fm services...
## Description It tries to start the initial work on defining a stable place where the entire project fetches its consts (it can be hard-coded strings or numbers) ## Why?...
## Task Description It adds the bash script to the `scripts` dir ### Related Issue(s) - Fixes #129
Need to have a single installer script that takes care of all the dependencies required for FM and then installs FM as well. example: ```shell wget -qO ee rt.cx/ee4 &&...
Following the instruction, I was unable to create a new site. Steps I made: ``` (venv) ➜ frappe-wiki $ docker --version Docker version 20.10.12, build e91ed57 (venv) ➜ frappe-wiki $...
```[tasklist] ### Tasks - [x] Support automatic addition of custom workers when custom queue are defined in `common_site_config.json`. - [x] Reflect changes when supervisor.conf changes detected. - [ ] Provide...
Examples: * https://coolify.io/self-hosted * https://twitter.com/dhh/status/1748378865725329495 Single command production setup, similar to https://github.com/rtCamp/Frappe-Manager/issues/129 It can take a config file apps maybe or a pre-built stack (like essentials with Frappe, ERPNext, HR,...
```[tasklist] ### Tasks - [x] https://github.com/rtCamp/Frappe-Manager/issues/148 - [x] Add `--ssl ` flag to `create` command. - [x] Add `fm update --ssl ` command to later update the bench SSL. -...
**Description** Presently, with the `fm`, users are limited to creating sites that function as subdomains of **localhost**. Consequently, when such sites are deployed on a server and accessed via domain...