Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vCloud-DFTBA/faythe-ui
Interactive UI for faythe
https://github.com/vCloud-DFTBA/faythe-ui
Last synced: 4 days ago
JSON representation
Interactive UI for faythe
- Host: GitHub
- URL: https://github.com/vCloud-DFTBA/faythe-ui
- Owner: vCloud-DFTBA
- Created: 2019-12-26T06:45:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:58:43.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T20:49:39.662Z (3 months ago)
- Language: Vue
- Size: 6.43 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# faythe-ui
## Version compability
| faythe-ui | faythe |
| --------- | ------------------- |
| v0.1.0 | >= v0.2.3, < v0.4.0 |
| v0.2.0 | >= v0.4.0 |## Start with docker
### Build
```bash
docker build --build-arg VUE_APP_FAYTHE_URL=http://localhost:8600 . -t faythe-ui
```### Run
```bash
docker run -d -it --name faythe-ui -p 8080:80 --restart always faythe-ui
```