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

Alpha 4 (v0.0.4-alpha) #147

Merged
merged 45 commits into from
Oct 17, 2020
Merged

Alpha 4 (v0.0.4-alpha) #147

merged 45 commits into from
Oct 17, 2020

Conversation

SelfhostedPro
Copy link
Owner

@SelfhostedPro SelfhostedPro commented Oct 5, 2020

Changelog:

Core features added:

  • Image managment
  • Volume managment
  • Network management
  • Disable Auth (use -e DISABLE_AUTH=True in your run command to disable authentication)

Apps List:

  • Added filter for columns.

App Deploy Form:

  • Added network_mode and network fields

Image Managment:

  • Added image list
  • Added image details
  • Added basic image pull support

Volume Managment:

  • Added volume list
  • Added volume details
  • Added basic volume creation

Network Managment:

  • Added network list
  • Added network details
  • Added ability to create and delete networks (including macvlan and ipvlan)

Templates:

  • Added network_mode support

Misc:

  • Changed proxy_read_timeout to 300 seconds. If you run into timeout issues when checking for updates let me know.

@SelfhostedPro SelfhostedPro linked an issue Oct 6, 2020 that may be closed by this pull request
@SelfhostedPro SelfhostedPro linked an issue Oct 9, 2020 that may be closed by this pull request
SelfhostedPro and others added 19 commits October 14, 2020 08:58
added better network error handling; formatted all the python stuff w...
removed required indicator from ipv4 fields
added network and network_mode to the deploy form; added a drop down …
added error handling to image methods
removed volumes from deploy form to prevent confusion
added error check to the check_updates function if it's not able to g…
… will fail silently if there's a 422 now); linted
fixed app update issue; fixed 422 error on page load (checks for auth…
added network_mode to templates and db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment