pcal43/fastback

Persistent configuration

Opened this issue · 1 comments

Proposal description

It's a common practice for server owners to keep a server (including modpack, libraries, configs etc.) in a git repo because of various of reasons: speed up team work, simplify deploy process and more. For now, the mod stores its config in world/.git/config that require an admin t to manually setup backup config on each deploy.

Problem to solve

Makes it possible to setup backup config without join the server or use its console.

Ways to implement

  1. Move config to world/serverconfig

Additional details / screenshots

The problem with that is explicitly an issue with git, git expects to find repo configuration such as remote and the like. In .git/config,