A free open source IT asset/license management system
Find a file
2024-08-21 13:16:51 +01:00
.github Bump codacy/codacy-analysis-cli-action from 4.4.1 to 4.4.5 2024-07-15 08:39:24 +00:00
ansible Fixed typo in ansible playbook 2021-06-29 07:59:12 -07:00
app Expose the 'sanitize' system for backup restores to the web GUI 2024-08-14 15:59:21 +01:00
bootstrap Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
config Rename .env var to have DB_ prefix for sanitize-by-default setting 2024-08-21 13:16:51 +01:00
database Merge pull request #15100 from Godmartinz/depreciation_percentage 2024-08-12 10:10:25 +01:00
docker Implement PHP_UPLOAD_LIMIT in Alpine images. 2024-07-18 11:54:58 +02:00
heroku Add descriptions for some env vars 2021-09-08 20:51:43 -04:00
public Make the border radius match the rest of the site 2024-08-13 16:46:26 +01:00
resources Got rid of weird namespace declaration and commented-out data-toggle line 2024-08-14 16:09:34 +01:00
routes Merge remote-tracking branch 'origin/develop' 2024-08-07 18:15:44 +01:00
sample_csvs a few more imports, component sample 2024-01-25 19:54:53 -06:00
storage Accessory file upload 2022-11-01 19:50:39 -07:00
stubs Publish test stubs 2023-03-30 16:42:59 -07:00
tests Updated test to check for nulling 2024-08-14 10:01:56 +01:00
.all-contributorsrc Add @arne-kroeger as a contributor 2024-07-29 18:51:12 +01:00
.dockerignore Alpine linux docker image (#6645) 2019-01-30 14:45:36 -08:00
.env.dev.docker moved env. to own dev-file 2024-05-16 01:06:47 +02:00
.env.docker Switch to nb-NO from no-NO 2024-07-23 17:15:44 +01:00
.env.dusk.example Switch to nb-NO from no-NO 2024-07-23 17:15:44 +01:00
.env.example Rename .env var to have DB_ prefix for sanitize-by-default setting 2024-08-21 13:16:51 +01:00
.env.testing-ci Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
.env.testing.example Update example envs to use correct code for language 2023-12-19 17:36:21 +00:00
.env.tests Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
.env.unit-tests Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
.gitattributes Refactor controller to use one method that shows all modals based on name. 2020-05-23 15:24:00 -04:00
.gitignore Ignore PHPUnit cache folder 2024-08-06 20:25:19 +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 Bumped php max version 2024-06-17 11:27:55 +01:00
_config.yml Fixed comment (#7617) 2019-11-22 16:13:42 -08:00
app.json Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
artisan Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CODE_OF_CONDUCT.md Adds email address to CoC 2017-10-06 13:44:39 -07:00
composer.json Change indents back to 2 2024-08-06 13:51:44 -07:00
composer.lock Rerun composer update using php 8.1 2024-08-06 15:01:01 -07:00
CONTRIBUTING.md update broken link to contributor docs (#4123) 2017-10-04 23:19:19 -07:00
CONTRIBUTORS.md Add @arne-kroeger as a contributor 2024-07-29 18:51:12 +01:00
crowdin.yml Fix language source directory 2024-01-03 14:02:36 -08:00
dev.docker-compose.yml moved file to dev-specific naming-scheme 2024-05-16 00:05:59 +02:00
docker-compose.yml added new compose and env files 2024-05-16 02:13:31 +02:00
Dockerfile Fixed #12299: permissions on storage dir in Docker 2024-05-22 16:54:07 +01:00
Dockerfile.alpine Switch dockerfile to using php8.2 instead of 8.1 due to Alpine changes 2024-07-24 13:56:27 +01:00
Dockerfile.fpm-alpine Update alpine Dockerfiles to PHP 8.1 and Snipe-IT v6.1.0 2023-04-14 13:35:36 -05:00
install.sh Sudo isnt available on every distro. (#4194) 2017-10-10 22:02:47 -07:00
LICENSE Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
package-lock.json Upgrade jquery-validation from 1.20.1 to 1.21.0 2024-08-10 16:06:14 +01:00
package.json Upgrade jquery-validation from 1.20.1 to 1.21.0 2024-08-10 16:06:14 +01:00
phpmd.xml Added PHP_CS & PHPMD files (#6234) 2018-09-26 12:10:11 -07:00
phpstan.neon.dist Make phpstan configuration more flexible 2023-02-07 13:32:32 -08:00
phpstan.neon.example Make phpstan configuration more flexible 2023-02-07 13:32:32 -08:00
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 Psalm and phpstan configs 2023-02-07 11:00:59 -08:00
README.md Bumped laravel in readme 2024-05-29 02:00:21 +01:00
SECURITY.md Create SECURITY.md 2021-04-20 22:15:41 -07:00
server.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
snipeit.sh Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
TESTING.md Switch to nb-NO from no-NO 2024-07-23 17:15:44 +01:00
upgrade.php Merge pull request #15052 from snipe/jerm/handle-windows-ca-jank-in-upgrade-script 2024-07-11 09:11:37 +01:00
Vagrantfile VAGRANT: Fix Ubuntu Development VMs (#6909) 2021-04-05 20:35:04 -07:00
webpack.mix.js Use a similar loop for the minification step for CSS 2024-07-26 12:03:03 +01:00

snipe-it-by-grok

Crowdin Docker Pulls Twitter Follow 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.


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.


Upgrading

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


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.


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. :)


Contributing

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

Please note that 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.

Here is a list of the wonderful people that have contributed to the Snipe-IT.


Security

Important

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