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

create flist server #61

Closed
rawdaGastan opened this issue Jun 12, 2024 · 2 comments
Closed

create flist server #61

rawdaGastan opened this issue Jun 12, 2024 · 2 comments
Assignees
Labels
feature New feature or request fl-server
Milestone

Comments

@rawdaGastan
Copy link
Contributor

Create a server to expose docker images conversion API

Related issue: threefoldtech/home#1497

@rawdaGastan rawdaGastan added the feature New feature or request label Jun 12, 2024
@rawdaGastan rawdaGastan added this to the later milestone Jun 12, 2024
@rawdaGastan rawdaGastan self-assigned this Jun 12, 2024
@rawdaGastan rawdaGastan moved this to In Progress in 3.15.x Jul 9, 2024
@rawdaGastan rawdaGastan modified the milestones: later, 2.1.X Jul 16, 2024
@rawdaGastan
Copy link
Contributor Author

rawdaGastan commented Jul 16, 2024

Tasks

  • add endpoint to create flist and return job ID for it to be tracked
  • add endpoint to get the status of the flist using the job ID
  • add endpoint to check the health of the server
  • add endpoint to signin (authentication)
  • add endpoint to list flists of the user. (templates are added)
  • add endpoint to get the list of flists per username
  • add authorization middleware to endpoints except health check
  • support authentication using list of users (username and password per user)
  • add server configurations (host, port, store_url, flist_dir, jwt_secret, jwt_expire, users)
  • add cors for endpoints
  • swagger
  • add validations for request bodies
  • add validations for configurations
  • support progress for conversion (Support tracking progress in packing flists #69)
  • preview flist (preview flist #72)
  • add docker

@rawdaGastan rawdaGastan mentioned this issue Jul 16, 2024
@rawdaGastan
Copy link
Contributor Author

rawdaGastan commented Jul 17, 2024

This was referenced Jul 22, 2024
@rawdaGastan rawdaGastan moved this from In Progress to Pending Review in 3.15.x Jul 30, 2024
@rawdaGastan rawdaGastan moved this from Pending Review to In Verification in 3.15.x Oct 21, 2024
@github-project-automation github-project-automation bot moved this from In Verification to Done in 3.15.x Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request fl-server
Projects
Status: Done
Development

No branches or pull requests

2 participants