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

feat: add roboclic service #14

Merged
merged 2 commits into from
Sep 6, 2023
Merged

feat: add roboclic service #14

merged 2 commits into from
Sep 6, 2023

Conversation

Thechi2000
Copy link
Collaborator

@Thechi2000 Thechi2000 commented Sep 5, 2023

Closes #9

@Thechi2000 Thechi2000 self-assigned this Sep 5, 2023
@Thechi2000 Thechi2000 linked an issue Sep 5, 2023 that may be closed by this pull request
@@ -0,0 +1,5 @@
services:
roboclic:
image: ghrc.io/clicepfl/roboclic # TODO Check if correct
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it necessary to host the image on ghrc? Can't we keep it at home?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't it have to be on the caddy network too ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we keep it at home?

We could, but we would need to self-host a docker registry. Since the code (including the Dockerfile) is public, I don't think it is an issue if it is hosted by Github.

Doesn't it have to be on the caddy network too ?

No, since it only needs to send HTTP requests, it does not receive any.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's ghcr.io ? Remove comment as well

roboclic/.keys.example Show resolved Hide resolved
@@ -0,0 +1,5 @@
services:
roboclic:
image: ghrc.io/clicepfl/roboclic # TODO Check if correct
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's ghcr.io ? Remove comment as well

@Thechi2000 Thechi2000 merged commit 7fe1d1a into main Sep 6, 2023
@Thechi2000 Thechi2000 deleted the 9-add-roboclic-service branch September 6, 2023 14:33
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.

Add roboclic service
3 participants