Better Docker support #277
No reviewers
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
upstream breaking change
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
platypush/platypush!277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "276/better-docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes: #276
Config.init. ac83b43f98--device_idcommand line option.sys.executablerather than'python'to launch the application. e463a52435workdirparameter override inConfigconstructor. a8836f95f5Config.workdirwithConfig.get_workdir(). 1825b492b3platypush.utils.manifest. dd3a701a2es/HttpBackend._DEFAULT_HTTP_PORT/HttpBackend.DEFAULT_HTTP_PORT/g043f303761inspectplugin to the new manifest utils interface. 1cb686bdabs/logger/_logger/in thepluginsmodule. 69706eaabegenerate_missing_docsto use the new manifest API. 7889b2f1dbmpdplugin. a99ffea37cPackageManagerhas bothinstallanduninstall.full_commandargument toto_pip_install_commands. 1ef0d804dbPackageManager.get_installed. 449821673cto_pkg_install_commandsshould skip already installed sys packages. f230fa79bbPackageManagerclasses.utils.is_rootmethod. 9aaf2559fahttp.request.rssplugin. 35416f3ee3tts.mimic3plugin. 669f2eb2d2http.webpageplugin. b6c0ff799bFollowing some common UNIX conventions, if no configuration file is specified and none exists under the default locations, then a new configuration directory should be created under: ``` - if root: /etc/platypush - else: - if XDG_CONFIG_HOME: - $XDG_CONFIG_HOME/platypush - else: - ~/.config/platypush ```CommandStream.