A free open source IT asset/license management system
Find a file
snipe 636e466b8a Fixed delete model file route
Signed-off-by: snipe <snipe@snipe.net>
2024-11-14 17:58:20 +00:00
.github Revert "Added the display of logs when tests fail in GitHub Actions" 2024-11-04 11:04:17 -08:00
ansible
app replace the via channel class 2024-11-14 08:38:18 -08:00
bootstrap
config Versioning stuff is hard - fixed v7.0.14 to v7.1.14 2024-11-14 01:11:01 +00:00
database Two more case fixes 2024-11-13 19:18:38 +00:00
docker Rename docker startup scripts coherently. 2024-08-21 11:52:09 +02:00
heroku Add descriptions for some env vars 2021-09-08 20:51:43 -04:00
public Updated dev assets 2024-11-13 22:51:20 +00:00
resources Fixed delete model file route 2024-11-14 17:58:20 +00:00
routes Squashed commit of the following: 2024-11-12 15:39:22 +00:00
sample_csvs Two more case fixes 2024-11-13 19:18:38 +00:00
storage
stubs
tests Removed unused test 2024-11-13 18:59:32 +00:00
.all-contributorsrc Add @maciej-poleszczyk as a contributor 2024-11-14 11:06:55 +00:00
.dockerignore
.env.dev.docker Squashed commit of the following: 2024-11-12 15:39:22 +00:00
.env.docker Squashed commit of the following: 2024-11-12 15:39:22 +00:00
.env.dusk.example Switch to nb-NO from no-NO 2024-07-23 17:15:44 +01:00
.env.example Squashed commit of the following: 2024-11-12 15:39:22 +00:00
.env.testing-ci
.env.testing.example
.env.tests
.env.unit-tests
.gitattributes
.gitignore Squashed commit of the following: 2024-11-12 15:39:22 +00:00
.htaccess Update .htaccess (#9001) 2021-01-26 12:20:03 -08:00
.nvmrc Updated Node version, and various packages to more recent 2023-05-01 17:05:10 -07:00
.upgrade_requirements.json
_config.yml
app.json
artisan Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CODE_OF_CONDUCT.md
composer.json Squashed commit of the following: 2024-11-12 15:39:22 +00:00
composer.lock Updated laravel, additional packages 2024-11-13 19:43:39 +00:00
CONTRIBUTING.md
CONTRIBUTORS.md Add @maciej-poleszczyk as a contributor 2024-11-14 11:06:55 +00:00
crowdin.yml Fix language source directory 2024-01-03 14:02:36 -08:00
dev.docker-compose.yml Need to use the long format for redis too in docker-compose file. 2024-08-22 16:10:00 +03:00
docker-compose.yml Squashed commit of the following: 2024-11-12 15:39:22 +00:00
Dockerfile
Dockerfile.alpine Squashed commit of the following: 2024-11-12 15:39:22 +00:00
Dockerfile.fpm-alpine Squashed commit of the following: 2024-11-12 15:39:22 +00:00
install.sh
LICENSE Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
package-lock.json Squashed commit of the following: 2024-11-12 15:39:22 +00:00
package.json Squashed commit of the following: 2024-11-12 15:39:22 +00:00
phpmd.xml
phpstan.neon.dist Make phpstan configuration more flexible 2023-02-07 13:32:32 -08:00
phpstan.neon.example
phpunit.xml Migrate phpunit.xml 2024-08-06 13:37:53 -07:00
Procfile Add base heroku changes 2021-09-05 10:33:13 -04:00
psalm.xml
README.md Fixed anchor links 2024-11-14 14:47:09 +00:00
SECURITY.md
server.php
snipeit.sh Patch for whitespace causing HTTP 500 errors. 2024-11-13 20:58:36 +00:00
TESTING.md Switch to nb-NO from no-NO 2024-07-23 17:15:44 +01:00
upgrade.php Squashed commit of the following: 2024-11-12 15:39:22 +00:00
Vagrantfile
webpack.mix.js Added confetti option 2024-08-15 11:32:42 +01:00

snipe-it-by-grok

Crowdin Docker Pulls Codacy Badge Tests All Contributors Discord

Snipe-IT - Open Source Asset Management System

This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.

It is built on Laravel 10.

Snipe-IT is actively developed and we release quite frequently. (Check out the live demo here.)

Tip

This is web-based software. This means there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, any flavor of Linux, as well as Windows, and we have a Docker image available if that's what you're into.


Table of Contents


Installation

For instructions on installing and configuring Snipe-IT on your server, check out the installation manual. (Please see the requirements documentation for full requirements.)

If you're having trouble with the installation, please check the Common Issues and Getting Help documentation, and search this repository's open and closed issues for help.


User's Manual

For help using Snipe-IT, check out the user's manual.


Bug Reports & Feature Requests

Feel free to check out the GitHub Issues for this project to open a bug report or see what open issues you can help with. Please search through existing issues (open and closed) to see if your question has already been answered before opening a new issue.

Important

PLEASE see the Getting Help Guidelines and Common Issues before opening a ticket, and be sure to complete all of the questions in the Github Issue template to help us to help you as quickly as possible.


Security

Important

To report a security vulnerability, please email security@snipeitapp.com instead of using the issue tracker.


Upgrading

Please see the upgrading documentation for instructions on upgrading Snipe-IT.


Translations!

Please see the translations documentation for information about available languages and how to add translations to Snipe-IT.


Since the release of the JSON REST API, several third-party developers have been developing modules and libraries to work with Snipe-IT.

Note

As these were created by third-parties, Snipe-IT cannot provide support for these project, and you should contact the developers directly if you need assistance. Additionally, Snipe-IT makes no guarantees as to the reliability, accuracy or maintainability of these libraries. Use at your own risk. :)


Join the Community!


Contributing

Please refrain from submitting issues or pull requests generated by fully-automated tools. Maintainers reserve the right, at their sole discretion, to close such submissions and to block any account responsible for them.

Contributions should follow from a human-to-human discussion in the form of an issue for the best chances of being merged into the core project. (Sometimes we might already be working on that feature, sometimes we've decided against )

Please see the complete documentation on contributing and developing for Snipe-IT.

This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

The ERD is available online here.

Be sure to check out all of the amazing people that have contributed to Snipe-IT over the years!


Announcement List

To be notified of important news (such as new releases, security advisories, etc), sign up for our list. We'll never sell or give away your info, and we'll only email you when it's important.