Storage does not have to look ugly
Go to file
Yiya Chen a6cb02b419
fix: missing backup target (#925)
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
2025-06-27 10:07:39 +08:00
.github fix(ci): fix multiplatform build 2025-02-14 17:00:53 +08:00
public 1. Change lognhorn ico file. 2020-05-01 18:20:30 -07:00
scripts feat: self-contained container image build 2025-02-13 18:02:01 +08:00
src fix: missing backup target (#925) 2025-06-27 10:07:39 +08:00
.babelrc Add antd theme to build 2019-06-19 15:43:50 +08:00
.editorconfig first commit 2017-03-29 18:39:32 +08:00
.eslintignore Change to the new eslint rule 2019-06-21 11:41:06 +08:00
.eslintrc chore: disable some eslint rules 2024-12-18 16:31:25 +08:00
.gitignore removes vsc debug 2024-01-18 18:23:22 +08:00
.roadhogrc.mock.js implement setting 2017-04-05 22:52:15 +08:00
.stylelintrc disable some rules for stylelint and eslint 2024-07-10 10:13:13 +08:00
CODE_OF_CONDUCT.md Add code of conduct 2021-07-29 16:11:35 +08:00
Dockerfile chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.7 (#881) 2025-02-26 12:31:52 +08:00
LICENSE Add Apache 2.0 License 2021-05-16 22:47:59 +08:00
Makefile fix(ci): fixed project name 2025-02-17 22:47:38 +08:00
README.md fix makefile typo and add make enter command 2024-06-06 09:31:15 +08:00
jest.config.js fix(lint): fix lint issue 2020-07-14 09:44:13 -07:00
nginx.conf.template feat(ipv6): add listen address family support 2025-06-25 17:13:17 +08:00
package-lock.json build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 (#924) 2025-06-26 16:29:51 +08:00
package.json chore: replace babel-eslint with @babel/eslint-parser (#812) 2024-11-15 09:45:35 +08:00
renovate.json Create renovate.json 2024-02-22 13:27:48 +08:00
version chore(version): update version file to v1.10.0-dev 2025-04-25 12:19:38 +00:00
webpack.config.development.js feat: add prime logo (#873) 2025-02-12 09:01:13 +08:00
webpack.config.production.js feat: add prime logo (#873) 2025-02-12 09:01:13 +08:00

README.md

Longhorn UI

Build Status

Admin UI for Longhorn Manager

Usage

Prerequisites:

Setup:

  git clone 'https://github.com/longhorn/longhorn-ui'
  cd 'longhorn-ui'
  npm ci

Run development server pointed at some Longhorn Manager API

  LONGHORN_MANAGER_IP="http://longhorn:9500/" npm run dev

If you are using Gnome as desktop environment, then you should use

  DE=generic LONGHORN_MANAGER_IP="http://longhorn:9500/" npm run dev

Compiling for distribution

  npm run build

Build and run a docker image, longhorn UI will listen on localhost:8000

  make
  make LONGHORN_MANAGER_IP=http://longhorn:9500 run

Contribution

Please check the main repo for the contributing guide.

License

Copyright (c) 2014-2019 The Longhorn Authors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.