A free open source IT asset/license management system
Find a file
2023-02-15 11:33:07 -08:00
.github Merge pull request #12464 from snipe/dependabot/github_actions/docker/build-push-action-4 2023-02-13 14:45:21 -08:00
ansible Fixed typo in ansible playbook 2021-06-29 07:59:12 -07:00
app Return 422 instead of 500 when import is invalid 2023-02-15 11:33:07 -08:00
bootstrap Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
config Merge remote-tracking branch 'origin/develop' 2023-01-31 19:50:18 -08:00
database Merge pull request #12342 from marcusmoore/fix/dusk-test-suite 2023-02-02 09:50:34 -08:00
docker Fixed #11708 - pre-create private_storage directories for Docker restores 2022-08-24 17:11:21 -07:00
heroku Add descriptions for some env vars 2021-09-08 20:51:43 -04:00
public Merge remote-tracking branch 'origin/develop' 2023-01-31 19:50:18 -08:00
resources fixing external if statement 2023-02-15 11:33:07 -08:00
routes Added a api endpoint for sending email notifications to users with their assigned assets 2022-11-15 18:17:51 +01:00
sample_csvs Importer UI: Removed misleading checked out to field. Add full name and asset tag fields to licenses. 2020-05-12 14:38:21 -04:00
storage Re-added gitignore 2022-11-03 13:27:06 -07:00
tests Create Setting in test to avoid being redirected to the setup screen 2023-01-10 17:03:09 -08:00
.all-contributorsrc Add @subdriven as a contributor 2023-01-10 02:07:48 -08:00
.dockerignore Alpine linux docker image (#6645) 2019-01-30 14:45:36 -08:00
.env.docker Good catch! APP_LOG -> LOG_CHANNEL 2022-07-25 19:57:14 -07:00
.env.dusk.example Add example dusk environment file 2023-01-11 12:51:15 -08:00
.env.example Add new SCIM env vars; upgrade SCIM library 2022-11-09 19:08:15 +00:00
.env.testing correcting default mysql port from 3309 to 3306 2022-08-30 20:40:19 +08:00
.env.testing-ci correcting default mysql port from 3309 to 3306 2022-08-30 20:40:04 +08:00
.env.tests correcting default mysql port from 3309 to 3306 2022-08-30 20:39:50 +08:00
.env.unit-tests correcting default mysql port from 3309 to 3306 2022-08-30 20:39:34 +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 Keep the example dusk environment file 2023-01-11 13:00:34 -08:00
.htaccess Update .htaccess (#9001) 2021-01-26 12:20:03 -08:00
.nvmrc Get it so that we can re-build assets. 2021-06-11 21:54:29 -07:00
_config.yml Fixed comment (#7617) 2019-11-22 16:13:42 -08:00
app.json Use heroku-redis:mini instead of hobby as It is deprecated 2022-12-08 11:20:33 -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 Bump Dusk version to fix broken macOS chrome driver link 2023-01-10 17:01:03 -08:00
composer.lock Merge pull request #12342 from marcusmoore/fix/dusk-test-suite 2023-02-02 09:50:34 -08:00
CONTRIBUTING.md update broken link to contributor docs (#4123) 2017-10-04 23:19:19 -07:00
crowdin.yml Updated Crowdin file 2020-11-09 18:21:10 -08:00
docker-compose.yml Got unit and browser tests working, added documentation 2022-08-12 13:00:26 -04:00
Dockerfile Added php memcached extension to the docker image. 2022-10-25 16:16:25 +03:00
Dockerfile.alpine Added php memcached extension to docker Alpine image. 2022-10-25 16:16:25 +03:00
Dockerfile.fpm-alpine Fix typo in Dockerfile.fpm-alpine 2022-10-06 11:53:13 +09: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 Backed out less-loader version requirement so that builds still work 2023-01-14 10:53:36 -08:00
package.json Backed out less-loader version requirement so that builds still work 2023-01-14 10:53:36 -08:00
phpmd.xml Added PHP_CS & PHPMD files (#6234) 2018-09-26 12:10:11 -07:00
phpunit.xml Lowercase tests dir 2021-12-02 15:09:52 -08:00
Procfile Add base heroku changes 2021-09-05 10:33:13 -04:00
README.md Added jamf-snipe-rename script to third party list 2023-01-10 18:10:13 -08: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 Fixed #11225: run_as_app_user unknown operand 2022-11-22 11:47:58 -05:00
TESTING.md Add note about database requirements when running Dusk tests 2023-01-11 18:05:07 -08:00
upgrade.php Added a self-update suggestion in the upgrader 2022-05-25 19:18:37 -07:00
Vagrantfile VAGRANT: Fix Ubuntu Development VMs (#6909) 2021-04-05 20:35:04 -07:00
webpack.mix.js Upgrade font-awesome to v6 2022-07-07 14:22:08 -07:00

Build Status Crowdin Docker Pulls Twitter Follow Codacy Badge All Contributors Discord huntr

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 8.

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

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, 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.

Deploy


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.

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.

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.


Security

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


Contributors

Thanks goes to all of these wonderful people (emoji key) who have helped Snipe-IT get this far:


snipe

💻 🚇 📖 ⚠️ 🐛 🎨 👀

Brady Wetherington

💻 📖 🚇 👀

Daniel Meltzer

💻 ⚠️ 📖

Michael T

💻

madd15

📖 💬

Vincent Sposato

💻

Andrea Bergamasco

💻

Karol

🌍 💻

morph027

💻

fvleminckx

🚇

itsupportcmsukorg

💻 🐛

Frank

💻

Deleted user

🌍 💻

tiagom62

💻 🚇

Ryan Stafford

💻

Eammon Hanlon

💻

zjean

💻

Matthias Frei

💻

opsydev

💻

Daniel Dreier

💻

Nikolai Prokoschenko

💻

Drew

💻

Walter

💻

Petr Baloun

💻

reidblomquist

📖

Mathieu Kooiman

💻

csayre

📖

Adam Dunson

💻

Hereward

💻

swoopdk

💻

Abdullah Alansari

💻

Micael Rodrigues

💻

Patrick Gallagher

📖

Miliamber

💻

hawk554

💻

Justin Kerr

💻

Ira W. Snyder

📖

Aladin Alaily

💻

Chase Hansen

💻 💬 🐛

IDM Helpdesk

💻

Kai

💻

Michael Daniels

💻

Tom Castleman

💻

Daniel Nemanic

💻

SouthWolf

💻

Ivar Nesje

💻

Jérémy Benoist

📖

Chris Leathley

🚇

splaer

🐛 💻

Joe Ferguson

💻

diwanicki

💻 📖

Lee Thoong Ching

📖 💻

Marek Šuppa

💻

Juan J. Martinez

🌍

R Ryan Dial

🌍

Andrej Manduch

📖

Jay Richards

💻

Alexander Innes

💻

Danny Garcia

💻

archpoint

💻

Jake McGraw

💻

FleischKarussel

📖

Dylan Yi

💻

Gil Rutkowski

💻

Desmond Morris

💻

Nick Peelman

💻

Abraham Vegh

💻

Mohamed Rashid

📖

Kasey

💻

Brett

⚠️

Jason Spriggs

💻

Nate Felton

💻

Manasses Ferreira

💻

Steve

⚠️

matc

⚠️

Cole R. Davis

⚠️

gibsonjoshua55

💻

Robin Temme

💻

Iman

💻

Richard Hofman

💻

gizzmojr

💻

Jenny Li

📖

Geoff Young

💻

Elliot Blackburn

📖

Tõnis Ormisson

💻

Nicolai Essig

💻

Danielle

📖

Lawrence

⚠️ 🐛

uknzaeinozpas

⚠️ 💻

Ryan

📖

vcordes79

💻

fordster78

💻

CronKz

💻 🌍

Tim Bishop

💻

Sean McIlvenna

💻

cepacs

🐛 📖

lea-mink

💻

Hannah Tinkler

💻

Doeke Zanstra

💻

Djamon Staal

💻

Earl Ramirez

💻

Richard Ray Thomas

💻

Ryan Kuba

💻

Brian Monroe

💻

plexorama

💻

Till Deeke

💻

5quirrel

💻

Jason

💻

Antti

💻

DeusMaximus

💻

a-royal

🌍

Alberto Aldrigo

🌍

Alex Stanev

🌍

Andreas Rehm

🌍

Andreas Erhard

🌍

Andrés Vanegas Jiménez

🌍

Antonio Schiavon

🌍

benunter

🌍

Borys Żmuda

🌍

chibacityblues

🌍

Chien Wei Lin

🌍

Christian Schuster

🌍

Christian Stefanus

🌍

wxcafé

🌍

dpyroc

🌍

Daniel Friedlmaier

🌍

Daniel Heene

🌍

danielcb

🌍

Dominik Senti

🌍

Eric Gautheron

🌍

Erlend Pilø

🌍

Fabio Rapposelli

🌍

Felipe Barros

🌍

Fernando Possebon

🌍

gdraque

🌍

Georg Wallisch

🌍

Gerardo Robles

🌍

Gluek

🌍

AdnanAbuShahad

🌍

Hafidzi My

🌍

Harim Park

🌍

Henrik Kentsson

🌍

Husnul Yaqien

🌍

Ibrahim

🌍

igolman

🌍

itangiang

🌍

jarby1211

🌍

Jhonn Willker

🌍

Jose

🌍

laopangzi

🌍

Lars Strojny

🌍

MarcosBL

🌍

marie joy cajes

🌍

Mark S. Johansen

🌍

Martin Stub

🌍

Meyer Flavio

🌍

Micael Rodrigues

🌍

Mikael Rasmussen

🌍

IxFail

🌍

Mohammed Fota

🌍

Moayad Alserihi

🌍

saymd

🌍

Patrik Larsson

🌍

drcryo

🌍

pawel1615

🌍

bodrovics

🌍

priatna

🌍

Fan Jiang

🌍

ragnarcx

🌍

Rein van Haaren

🌍

Teguh Dwicaksana

🌍

fraccie

🌍

vinzruzell

🌍

Kevin Austin

🌍

Wira Sandy

🌍

Илья

🌍

GodUseVPN

🌍

周周

🌍

Sam

💻

Azerothian

💻

Wes Hulette

💻

patrict

💻

Dmitriy Minaev

💻

liquidhorse

💻

Jordi Boggiano

💻

Ivan Nieto

💻

Ben RUBSON

💻

NMathar

💻

Steffen

💻

Sxderp

💻

fanta8897

💻

Andrey Bolonin

💻

shinayoshi

💻

Hubert

💻

KeenRivals

💻

omyno

💻

Evgeny

💻

Colin Campbell

💻

Ľubomír Kučera

💻

Martin Meredith

💻

Tim Farmer

💻

Marián Skrip

💻

Godfrey Martinez

💻

bigtreeEdo

💻

Colin McNeil

💻

JoKneeMo

💻

Joshi

💻

Anthony Burns

💻

johnson-yi

💻

Sanjay Govind

💻

Peter Upfold

💻

Jared Biel

💻

Dampfklon

💻

Charles Hamilton

💻

Giuseppe Iannello

💻

Peter Dave Hello

💻

sigmoidal

💻

Vincent Lainé

💻

Lucas Pleß

💻

Ian Littman

💻

João Paulo

💻

ThoBur

💻

Alexander Chibrikin

💻

Anthony Winstanley

💻

Folke

💻

Bennett Blodinger

💻

NMC

💻

andres-baller

💻

sean-borg

💻

EDVLeer

💻

Kurokat

💻

Kevin Köllmann

💻

sw-mreyes

💻

Joel Pittet

💻

Eli Young

💻

Raell Dottin

💻

Tom Misilo

💻

David Davenne

💻

Mark Stenglein

💻

ajsy

💻

Jan Kiesewetter

💻

Tetrachloromethane250

💻

Lars Kajes

💻

Joly0

💻

theburger

💻

David Valin Alonso

💻

andreaci

💻

Jelle Sebreghts

💻

Michael Pietsch


Masudul Haque Shihab

💻

Supapong Areeprasertkul

💻

Peter Sarossy

💻

Renee Margaret McConahy

💻

JohnnyPicnic

💻

markbrule

💻

Mike Campbell

💻

tbrconnect

💻

kcoyo

💻

Travis Miller

💻

Evan Taylor

💻

Petri Asikainen

💻

derdeagle

💻

Mike Frysinger

💻

ALPHA

💻

FliegenKLATSCH

💻

Jeremy Price

💻

Toreg87

💻

Matthew Nickson

💻

Jethro Nederhof

💻

Oskar Stenberg

💻

Robert-Azelis

💻

Alexander William Smith

💻

LEITWERK AG

💻

Adam

💻

Ian

💻

Shao Yu-Lung (Allen)

💻

Haxatron

💻

PlaneNuts

💻

Bradley Coudriet

💻

Dalton Durst

💻

Alex Janes

💻

Nuraeil

💻

TenOfTens

💻

waffle

💻

Yevhenii Huzii

💻

Achmad Fienan Rahardianto

💻

Yevhenii Huzii

💻

Christian Weirich

💻

denzfarid


ntbutler-nbcs

💻

Naveen

💻

Mike Roquemore

💻

Daniel Reeder

🌍 🌍 💻

vickyjaura183

💻

Peace

💻

Kyle Gordon

💻

Katharina Drexel

💻

David Sferruzza

💻

Rick Nelson

💻

BasO12

💻

Vautia

💻

Chris Hartjes

💻

geo-chen

💻

Phan Nguyen

💻

Iisakki Jaakkola

💻

Ikko Ashimine

💻

Lukas Fehling

💻

Fernando Almeida

💻

akemidx

💻

Oguz Bilgic

💻

Scooter Crawford

💻

subdriven

💻

This project follows the all-contributors specification. Contributions of any kind welcome!