Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 646
    • Issues 646
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !2144

Restarting pleroma from outside application

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexander Strizhakov requested to merge feature/restart-pleroma-from-outside-application into develop Jan 25, 2020
  • Overview 12
  • Commits 9
  • Pipelines 9
  • Changes 13

For some pleroma settings to take effect, after changing in admin-FE, pleroma must be restarted. Restart from pleroma is not possible, therefore came up idea to restart pleroma from another loaded application inside the VM, as the simpliest way.

Simple restarter application

This will remove the need to write the config to a file and manually restart the instance. Related: #1533 (closed)

In the future this behavior can be achieved through umbrella project, with separate application which will manually load settings, start/restart pleroma.

MR needs docs update, that's why marked with WIP tag.

cc @lambadalambda @rinpatch @feld

Edited Jan 28, 2020 by Alexander Strizhakov
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/restart-pleroma-from-outside-application