Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svpernova09/snipe-it-kickstart
Snipe-IT Kickstart repository is an opinionated implementation of running Snipe-IT in specifc ways.
https://github.com/svpernova09/snipe-it-kickstart
Last synced: 29 days ago
JSON representation
Snipe-IT Kickstart repository is an opinionated implementation of running Snipe-IT in specifc ways.
- Host: GitHub
- URL: https://github.com/svpernova09/snipe-it-kickstart
- Owner: svpernova09
- License: mit
- Created: 2022-06-01T17:10:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T14:04:55.000Z (over 1 year ago)
- Last Synced: 2024-10-11T15:46:16.582Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# snipe-it-kickstart
[Snipe-IT](https://snipeitapp.com/) is an open source asset management tool. Snipe-IT Kickstart is
an opinionated implementation of running Snipe-IT in specifc ways.## Caution
These configuration files are *not production ready*. They are designed to be a *guide* to follow. The
configurations are inherently insecure and you should replace example passwords displayed in favor
of your own unique passwords and `APP_KEY`## Kickstart things
Want to get up and going *fast*?
Clone this repository
`cd docker`
`docker-compose up`Add `127.0.0.1 snipeit.test` to your `/etc/hosts`/`C:\Windows\system32\drivers\etc\hosts` file.
Open `http://snipeit.test:8000` in a browser.