Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - ProjectSend

Featured Replies

linuxserver_medium.png

 

Application Name: ProjectSend

Application Site:  http://www.projectsend.org

Docker: https://hub.docker.com/r/linuxserver/projectsend/

Github: https://github.com/linuxserver/docker-projectsend

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

Edited by linuxserver.io

Hi,

 

After running the initial setup I get this error.

 

 

 

error.PNG

Errr.  Can you post the exact steps you did to reach this error message?  Docker run command, how you created a mariadb/mysql database etc.

I used the default docker settings, the only thing I changed was the host port.

I made a new database and user with MySQL Workbench, and edited the sys.config.php file with the database credentials and database host.

 

It might be related to this:

https://github.com/ignacionelson/ProjectSend/issues/320

 

- Boxland

 

Edited by boxland

  • 4 weeks later...

I was really excited for this docker, installed it and change the default port to something besides 80 (as I imagine it would collide with unraid's own use of 80)

 

Quote

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 10-adduser: executing...

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing...
[cont-init.d] 30-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.8. Set the 'ServerName' directive globally to suppress this message

 

172.*.*.* isn't part of my usual IP range. When I try to preview the docker at the port I set I get a HTTP ERROR 500, which gives me an indication it's working on some level, as empty ports on my unraid usually throw back a ERR_CONNECTION_REFUSED , so trying to figure out where it's hung up. 

  • 3 weeks later...

I get the same error... Anyone got a fix for where to set the hostname?

Ooh, I was going to take a look at this and forgot, give me a week or so as I'm busy at work at the moment, if I haven't replied in a week, someone remind me.

Sent from my LG-H815 using Tapatalk

Amazing! - Really looking forward to getting this up... 

On 7/12/2017 at 6:49 PM, mavermc said:

I was really excited for this docker, installed it and change the default port to something besides 80 (as I imagine it would collide with unraid's own use of 80)

 

 

172.*.*.* isn't part of my usual IP range. When I try to preview the docker at the port I set I get a HTTP ERROR 500, which gives me an indication it's working on some level, as empty ports on my unraid usually throw back a ERR_CONNECTION_REFUSED , so trying to figure out where it's hung up. 

I am getting the same. 

On 13.7.2017 at 1:49 AM, mavermc said:

I was really excited for this docker, installed it and change the default port to something besides 80 (as I imagine it would collide with unraid's own use of 80)

 

 

172.*.*.* isn't part of my usual IP range. When I try to preview the docker at the port I set I get a HTTP ERROR 500, which gives me an indication it's working on some level, as empty ports on my unraid usually throw back a ERR_CONNECTION_REFUSED , so trying to figure out where it's hung up. 

 

19 hours ago, thestraycat said:

I get the same error... Anyone got a fix for where to set the hostname?

 

4 hours ago, ice pube said:

I am getting the same. 

 

Did you guys read the README of the github link on the first page on how to set it up?

That apache error is nothing, it's just a reflection of apache getting an ip from the docker range.  It's no problem.  Have you, like @saarg said checked the readme?

 

You must set up a MySQL or MariaDB database for it to use, and whilst you can change the server name, don't change the URL.

  • 2 months later...
On 6/18/2017 at 1:25 AM, boxland said:

Hi,

 

After running the initial setup I get this error.

 

 

 

error.PNG

 

I encountered the very same issue and this is how I had to solve it:

 

1) Drop and re-create your database so it is fresh (if you don't, you'll get a primary key error after fixing the problem)

2) SSH into your unRAID box and type: docker exec -it projectsend /bin/bash

--- Providing you kept the default docker name of projectsend. If you didn't, change it to whatever you set the docker name as

3) Change Directory (cd) into /var/www/htdocs/localhost/install

4) type: vi database.php

5) Navigate to line 26 and change

expiry_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP(),

to

expiry_date TIMESTAMP NOT NULL DEFAULT "2017-01-01 00:00:00",

6) Press and hold SHIFT then type ZZ

7) Attempt to finish installation now within the docker's web ui

  • 1 year later...

I am using the letsencrypt container putout by you guys to reverse proxy my Nextcloud/Plex/Radarr/sonarr/tautuli docker, there where sample conf. files that I was able to adjust slightly and voila, could you make a conf.sample file for ProjectSend as well to reverse proxy and post it here and maybe add it to your docker container for future usage?

 

Edited by Smooth Beaver

  • 2 weeks later...

@CHBMB A new version of ProjectSend (r1070) was released in April, can we update inside the container or do we need to wait for you to update the docker container? How about a reverse proxy conf file anyone know where I can get my hands on one for ProjectSend?

6 hours ago, Smooth Beaver said:

@CHBMB A new version of ProjectSend (r1070) was released in April, can we update inside the container or do we need to wait for you to update the docker container? How about a reverse proxy conf file anyone know where I can get my hands on one for ProjectSend?

r1053 is the latest proper release on github, so that is what our automated build server use.

r1070 isn't a proper release on github and therefor not picked up by our builder.

4 minutes ago, saarg said:

r1053 is the latest proper release on github, so that is what our automated build server use.

r1070 isn't a proper release on github and therefor not picked up by our builder.

@saarg Thank you. Any knowledge on how I might get that reverse proxy working?

2 minutes ago, Smooth Beaver said:

@saarg Thank you. Any knowledge on how I might get that reverse proxy working?

I guess Google as we haven't made one.

Forgot to say that you shouldn't update inside the container.

I guess Google as we haven't made one.
Forgot to say that you shouldn't update inside the container.

I tried combining/using some of the samples that you have already made but haven’t had much luck...not exactly my area of strength...


Sent from my iPhone using Tapatalk
  • 1 year later...

Any advice on how I could get this updated to newest version, r1295? Not trying to break all the things... 

  • 2 weeks later...
On 1/31/2021 at 6:32 AM, blaine07 said:

Any advice on how I could get this updated to newest version, r1295? Not trying to break all the things... 

Also looking to update to R1295.

Seems to be the latest verified release.

Edited by Z3RO

  • 3 weeks later...

Also looking for the new version to be updated into the docker

Is it possible to take contents of the update and paste them into install DIR on Unraid? Can't seem to figure out where the actual files it runs with are residing though...

  • 1 month later...
On 1/30/2021 at 11:32 PM, blaine07 said:

Any advice on how I could get this updated to newest version, r1295? Not trying to break all the things... 

Anyone? 😞

  • 1 month later...

For anyone interested this got updated to 1295. See info in link above. :-)

Thanks folks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.