seafile-server | open source cloud storage system with features on privacy | Encryption library
kandi X-RAY | seafile-server Summary
kandi X-RAY | seafile-server Summary
Seafile Server Core
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of seafile-server
seafile-server Key Features
seafile-server Examples and Code Snippets
Community Discussions
Trending Discussions on seafile-server
QUESTION
I've searched for this problem, but haven't get solution yet.
I have Nextcloud installed on https://example.com/nextcloud
.
Yesterday I installed Seafile, that works on https://example.com
(I simply don't know, how to make it accessible from, for example, https://example.com/seafile
)
While I was setting it, Nextcloud was switched off by deleting link to corresponding file in sites-enabled
directory. Seafile worked. But when I enabled Nextcloud, I got error 403 forbidden
trying to access Seafile. I also enabled info
level in Nginx and there I got next message:
ANSWER
Answered 2020-Feb-02 at 11:18As said Lars Stegelitz, I have to run these services on different ports. I did that and now Nextcloud runs on 445 port, at the same time Seafile on 443. I've added location /nextcloud
and there is directive proxy_pass https://192.168.1.134:445
;
Here are my updated configs.
seafile.conf:
QUESTION
When executing my init.sh I am calling the command:
sudo bash ${INSTALLPATH}seafile.sh start
Following this, the error:
seafile_1_f2341d904d27 | /bin/sh: 1: sudo: not found
occurs.
opening the directory "bin" and looking at "sh" it is just some unreadable charakters..
The dockerfile calling init.sh does this by:
...ANSWER
Answered 2019-Apr-10 at 15:17Starting from debian
image you need to install sudo
, you can do it by adding RUN apt-get update && apt-get install sudo -y
to the beginning of your Dockerfile. Then rebuild your image with docker build .
and run the command again.
QUESTION
I've added a service (Seafile, in this case) that I want to have running at all times to systemd with a service file. It works great, but every time the unattended updates run, the service gets shutdown properly - but never restarted.
Here's what the service file looks like:
...ANSWER
Answered 2018-Jan-28 at 17:09Use Restart=always
if you want it to run at all times. When mysql
service update happens, this service does a clean stop
and therefore systemd
doesn't restart it. You have Restart=on-failure
set, which only restarts if the stop has a return code other than 0
.
QUESTION
I am currently trying to re-install seafile on my own server Ubuntu 14.04 with Apache 2.4+ and Let's Encrypt with CertBot for SSL certificates.
I did a fresh installation of seafile following server manual:
Which lead me to this virtual host configuration:
...ANSWER
Answered 2017-Dec-13 at 09:54I finally don't found any answer to this problem. I probably did something wrong but I still can't figure what.
I reinstalled the entire seafile and it now works. I'm not really please with the "reinstall to repair" concept but well...At least it works.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install seafile-server
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page