Support reading the server configuration from a git repo #31

Closed
opened 2024-04-11 19:04:02 +01:00 by kemitix · 1 comment
Owner

The server would need to be started with CLI parameters to grant it access to the Git repo e.g. an API token:

git next server start \
    --repo-url https://git.kemitix.net/kemitix/git-next-config.git \
    --branch-name main \
    --config-file git-next-server.toml \
    --api-key **********
The server would need to be started with CLI parameters to grant it access to the Git repo e.g. an API token: ```shell git next server start \ --repo-url https://git.kemitix.net/kemitix/git-next-config.git \ --branch-name main \ --config-file git-next-server.toml \ --api-key ********** ```
kemitix added the
Kind/Feature
label 2024-04-11 19:04:02 +01:00
kemitix added this to the Road to v1 - Forgejo & Github project 2024-07-16 06:58:30 +01:00
kemitix added the
Reviewed
Won't Fix
label 2024-07-18 20:07:08 +01:00
Author
Owner

I don't see enough of a use case for this.

I don't see enough of a use case for this.
kemitix removed this from the Road to v1 - Forgejo & Github project 2024-07-18 20:07:34 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kemitix/git-next#31
No description provided.