diff --git a/images/docker-projectsend/index.html b/images/docker-projectsend/index.html index 6b716a7c88..258f400f30 100644 --- a/images/docker-projectsend/index.html +++ b/images/docker-projectsend/index.html @@ -1,4 +1,4 @@ - projectsend - LinuxServer.io
Skip to content

linuxserver/projectsend

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

Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. Secure, private and easy. No more depending on external services or e-mail to send those files.

projectsend

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/projectsend: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

IMPORTANT This image no longer supports MSSQL since being migrated to PHP7, if you want MSSQL support please use the tag linuxserver/projectsend:r1053-ls27

Requires a user and database in either mysql or mariadb.

To use translations, follow the instructions here. The necessary paths are symlinked under /config/translations (note that the "templates" paths don't need lang subdirectories).

More info at ProjectSend.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ projectsend - LinuxServer.io       

linuxserver/projectsend

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

Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. Secure, private and easy. No more depending on external services or e-mail to send those files.

projectsend

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/projectsend: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

IMPORTANT This image no longer supports MSSQL since being migrated to PHP7, if you want MSSQL support please use the tag linuxserver/projectsend:r1053-ls27

Requires a user and database in either mysql or mariadb.

To use translations, follow the instructions here. The necessary paths are symlinked under /config/translations (note that the "templates" paths don't need lang subdirectories).

More info at ProjectSend.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   projectsend:
@@ -53,4 +53,4 @@
   --pull \
   -t lscr.io/linuxserver/projectsend: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

  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 08.03.23: - Rebasing to alpine 3.17 and upgrading to s6v3.
  • 23.08.22: - Add translation support
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 24.06.21: - Rebasing to alpine 3.14, switch to nginx
  • 23.01.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 31.12.19: - Rebase to Alpine 3.11 and upgrade to PHP7.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 11.02.19: - Add pipeline logic and multi arch.
  • 11.06.17: - Fetch version from github.
  • 09.12.17: - Rebase to alpine 3.7.
  • 13.06.17: - Initial Release.

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

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

Versions

  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 08.03.23: - Rebasing to alpine 3.17 and upgrading to s6v3.
  • 23.08.22: - Add translation support
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 24.06.21: - Rebasing to alpine 3.14, switch to nginx
  • 23.01.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 31.12.19: - Rebase to Alpine 3.11 and upgrade to PHP7.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 11.02.19: - Add pipeline logic and multi arch.
  • 11.06.17: - Fetch version from github.
  • 09.12.17: - Rebase to alpine 3.7.
  • 13.06.17: - Initial Release.

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