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

WIP: Add storage managment section + disks managment page #585

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

christophehenry
Copy link

@christophehenry christophehenry commented Sep 17, 2024

rel: YunoHost/issues#1823, YunoHost/yunohost#1953

Front-end implementation of the disks infos API.




@christophehenry christophehenry changed the title Add storage managment section + disks managment page WIP: Add storage managment section + disks managment page Sep 17, 2024
@christophehenry christophehenry force-pushed the storage-disks branch 5 times, most recently from d599ddc to 7f4ab5b Compare March 6, 2025 11:03
Comment on lines +135 to +139
try {
return (await import("./vite.config.local")).overrideConfig(config)
} catch {
return config
}
Copy link
Author

Choose a reason for hiding this comment

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

This allows local override of Vite's config. In my case, it allows proxying YNH API requests to my dev API instead of the stable one.

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