Hello there,
First post here. After a few days learning, I want to test more things locally on my ubuntu desktop.
I successfully run the docker stack using pwd.yml.
On the frappe “New App”, I noticed “custom” checkbox was always ticked for new modules and apps, so I added to pwd.yml > configurator > command: bench set-config -g developer_mode 1;
Once restarted, it does indeed add the setting to the common_site_config.json in the backend container:
Yes, on site creation ‘Administrator’ user is generated. On first login, the framework as for creating another user with System Manager privileges. But … is not the same user.
Custom app can contain python/.js code, doctypes, reports, workspaces, custom frontend … even other apps customizations (custom fields for ERPNext, etc …). Once you’ve created your app on your local dev environment can upload it to your git repository.
From server, just use bench get-app and bench update to install or update app.
Hope this helps.