Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding server side files #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

stappersg
Copy link
Contributor

@stappersg stappersg commented Sep 19, 2023

  • server_side/service Systemd unit for auto starting rgit under dedicated user

  • server_side/rgit_pre_flight_check Pre flight check, includes check on the rgit service being install

  • server_side/rgitsss Helper script for dealing with rgit related tasks as
    -- creating an user account for rgit service
    -- making directory for that user
    -- git clone into rgit directory
    -- git into into rgit directory
    -- publish and unpublish git repositories
    -- place descriptions on git repos
    -- handling SSH-keys

  • server_side/config Input for further discussion

  • server_side/default Temporary configuration file

  • server_side/README Documents the server side files

Also modified Cargo.toml. To effect the output/outcome of cargo deb.

- server_side/service
    Systemd unit for auto starting rgit under dedicated user

- server_side/rgit_pre_flight_check
    Pre flight check, includes check on the rgit service being installed

- server_side/rgitsss
    Helper script for dealing with rgit related tasks as
    - creating an user account for rgit service
    - making directory for that user
    - git clone into rgit directory
    - git into into rgit directory
    - publish and unpublish git repositories
    - place descriptions on git repos
    - handling SSH-keys

- server_side/config
    Input for further discussion

- server_side/default
    Temporary configuration file

- server_side/README
    Documents the server side files

Also modified  Cargo.toml. To effect the output/outcome of `cargo deb`.

Signed-off-by: Geert Stappers <stappers@stappers.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant