1+ ![ CI/CD] ( https://github.com/vsilent/stackdog/actions/workflows/docker.yml/badge.svg )
2+ ![ Security] ( https://github.com/vsilent/stackdog/actions/workflows/codacy-analysis.yml/badge.svg )
13[ ![ Crates.io] ( https://img.shields.io/crates/v/stackdog.svg )] ( https://crates.io/crates/stackdog )
24[ ![ Docs.rs] ( https://docs.rs/stackdog/badge.svg )] ( https://docs.rs/stackdog )
3- [ ![ Coverage Status] ( https://coveralls.io/repos/github/vsilent/stackdog/badge.svg?branch=master )] ( https://coveralls.io/github/vsilent/stackdog?branch=master )
4- [ ![ Build Status] ( https://travis-ci.com/vsilent/stackdog.svg?branch=master )] ( https://travis-ci.com/trydirect/stackdog )
55![ Docker Stars] ( https://img.shields.io/docker/stars/trydirect/stackdog.svg )
66![ Docker Pulls] ( https://img.shields.io/docker/pulls/trydirect/stackdog.svg )
77[ ![ Gitter chat] ( https://badges.gitter.im/stackdog/community.png )] ( https://gitter.im/stackdog/community )
2121
2222## Table of contents
2323- [ Quick start] ( #quick-start )
24- - [ Request a feature] ( https://github.com/vsilent/stackdog/issues/new )
24+ - [ Request a feature] ( https://github.com/vsilent/stackdog/issues/new )
2525- [ Documentation] ( #documentation )
2626- [ Contributing] ( #contributing )
2727- [ Versioning] ( #versioning )
@@ -38,12 +38,22 @@ This project is at early stage of development, see development [ROADMAP.md](ROAD
3838
3939```
4040cp .env.sample .env
41+ head -c16 /dev/urandom > src/secret.key
4142docker-compose up
4243```
4344
45+ ### Setup diesel cli for sqlite, run migrations
46+ ``` aidl
47+
48+ cargo install diesel_cli --no-default-features --features sqlite
49+ diesel setup
50+ diesel migration run
51+
52+ ```
53+
4454### Documentation
45- Stackdogs's documentation, included into this repo, is built with Jekyll and
46- publicly hosted on GitHub Pages at https://stackdog.io
55+ Stackdogs's documentation, included into this repo, is built with Jekyll and
56+ publicly hosted on GitHub Pages at https://stackdog.io
4757
4858### Contributing
4959See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
@@ -71,9 +81,9 @@ Get updates on Bootstrap's development and chat with the project maintainers and
7181- < https://twitter.com/nydevel >
7282
7383### Sponsors
74- Support this project by becoming a sponsor.
84+ Support this project by becoming a sponsor.
7585
76- Your logo will show up in this README with a link to your website.
86+ Your logo will show up in this README with a link to your website.
7787
7888[ Become a sponsor!] ( https://opencollective.com/stackdog#sponsor )
7989
@@ -84,7 +94,7 @@ This project exists thanks to all the people who contribute.
8494Thank you to all our backers! 🙏 [ Become a backer] ( https://opencollective.com/stackdog#backer )
8595<a href =" https://opencollective.com/stackdog#backers " target =" _blank " ><img src =" https://opencollective.com/stackdog/backers.svg?width=890 " /></a >
8696
87- ### Inspired by
97+ ### Inspired by
8898
8999- [ Portainer] ( https://github.com/portainer/portainer ) - A lightweight management UI for managing your Docker hosts or Docker Swarm clusters by [ @portainer ] ( https://github.com/portainer )
90100- [ Seagull] ( https://github.com/tobegit3hub/seagull ) - Friendly Web UI to monitor docker daemon. by [ @tobegit3hub ] ( https://github.com/tobegit3hub )
@@ -93,10 +103,10 @@ Thank you to all our backers! 🙏 [Become a backer](https://opencollective.com/
93103- [ Yacht] ( https://github.com/SelfhostedPro/Yacht ) :construction : - A Web UI for docker that focuses on templates and ease of use in order to make deployments as easy as possible. By [ @SelfhostedPro ] ( https://github.com/SelfhostedPro )
94104
95105### Why another container management tool ?
96- - Written in Rust
97- - Better security
106+ - Written in Rust
107+ - Better security
98108- Better performance
99109- Modular design
100110
101111## License
102- [ MIT] ( LICENSE-MIT )
112+ [ MIT] ( LICENSE-MIT )
0 commit comments