diff --git a/images/docker-snipe-it/index.html b/images/docker-snipe-it/index.html index f16cfb917f..640d21c1cb 100644 --- a/images/docker-snipe-it/index.html +++ b/images/docker-snipe-it/index.html @@ -1,4 +1,4 @@ - snipe-it - LinuxServer.io
Skip to content

linuxserver/snipe-it

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Snipe-it makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.

snipe-it

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/snipe-it:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the webui at <your-ip>:8080, for more information check out Snipe-it. This container requires a MySQL or MariaDB server to connect to, we reccomend ours

This container also generates an SSL certificate and stores it in

/config/keys/cert.crt
+ snipe-it - LinuxServer.io       

linuxserver/snipe-it

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Snipe-it makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.

snipe-it

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/snipe-it:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the webui at <your-ip>:8080, for more information check out Snipe-it. This container requires a MySQL or MariaDB server to connect to, we reccomend ours

This container also generates an SSL certificate and stores it in

/config/keys/cert.crt
 /config/keys/cert.key
 
To use your own certificate swap these files with yours. To use SSL forward your port to 443 inside the container IE:

-p 443:443
 

The application accepts a series of environment variables to further customize itself on boot:

Parameter Function
-e APP_ENV= Default is production but can use testing or develop
-e APP_DEBUG= Set to true to see debugging output in the web UI
-e APP_LOCALE= Default is en set to the language preferred full list here
-e MAIL_PORT_587_TCP_ADDR= SMTP mailserver ip or hostname
-e MAIL_PORT_587_TCP_PORT= SMTP mailserver port
-e MAIL_ENV_FROM_ADDR= The email address mail should be replied to and listed when sent
-e MAIL_ENV_FROM_NAME= The name listed on email sent from the default account on the system
-e MAIL_ENV_ENCRYPTION= Mail encryption to use IE tls
-e MAIL_ENV_USERNAME= SMTP server login username
-e MAIL_ENV_PASSWORD= SMTP server login password

PHP customization

This image uses our NGINX base image all configuration files for PHP and NGINX are located in /config/php. To overide any defaults please modify /config/php/php-local.ini IE for upload size:

upload_max_filesize = 16M
@@ -66,4 +66,4 @@
   --pull \
   -t lscr.io/linuxserver/snipe-it:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 03.07.23: - Deprecate armhf. As announced here
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 13.04.23: - Add php81-pecl-redis for redis support.
  • 28.12.22: - Rebase to Alpine 3.17, migrate to s6v3.
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 14.05.22: - Add php7-sodium for v6.
  • 12.04.22: - Don't build development elements.
  • 02.03.22: - Rework init logic, do not show default compose.
  • 29.06.21: - Rebasing to alpine 3.14.
  • 30.04.21: - Rebasing to alpine 3.13, add artisan migrate on spinup.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 10.04.19: - Add php deps for V4.7.0, ensure framework directories are available at build time.
  • 10.04.19: - Fix permissions for new bootstrap cache directory.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 31.10.18: - Rebasing to alpine 3.8
  • 05.08.18: - Migration to live build server.
  • 13.06.18: - Initial Release.

Last update: October 6, 2023
Created: February 7, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 03.07.23: - Deprecate armhf. As announced here
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 13.04.23: - Add php81-pecl-redis for redis support.
  • 28.12.22: - Rebase to Alpine 3.17, migrate to s6v3.
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 14.05.22: - Add php7-sodium for v6.
  • 12.04.22: - Don't build development elements.
  • 02.03.22: - Rework init logic, do not show default compose.
  • 29.06.21: - Rebasing to alpine 3.14.
  • 30.04.21: - Rebasing to alpine 3.13, add artisan migrate on spinup.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 10.04.19: - Add php deps for V4.7.0, ensure framework directories are available at build time.
  • 10.04.19: - Fix permissions for new bootstrap cache directory.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 31.10.18: - Rebasing to alpine 3.8
  • 05.08.18: - Migration to live build server.
  • 13.06.18: - Initial Release.

Last update: November 20, 2023
Created: February 7, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index b818005406..f1daf5994f 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ