I'm using Debian 8 alongside Plesk Onyx (latest version). Now I want to install Seafile, which is dependent also from Python. I found tutorials on the Internet, however, none which describes how to set this up under Plesk within a subscription. So I neither want the port to be 8080, nor a 'separate' web server by Seafile itself. I want to access my seafile then under https://cloud.mydomain.com, is there any way to do this? And if there's no definite guide, what would be the rough steps (with regard to Seafile's program architecture and how it works)?
Running Seafile within Plesk
425 Views Asked by Johnny At
1
There are 1 best solutions below
Related Questions in PYTHON
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in APACHE2
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Moving a website from a subdomain to the domain root
- Odoo live chat not working when using apache reverse proxy
- apache2 rotatelogs creates log file but its empty when deployed to azure web app
- Docker networking forwarding failed
- PHP apache2 - php script cli will write txt file but browser will not
- Issues while deploying flask app using apache2
- Apache2 redirection results in wrong URL
- RewriteRule ^$ https://www.google.com : eventually want to redirect / to /something_else/index.html
- Running A ReactJS App in a subfolder under root creates 404 errors
- Troubleshooting incorrect content on mobile redirect
- How to add custom apache2/httpd header based on BALANCER_WORKER_ROUTE variable?
- Node js on apache2 failed
- Apache2 Modsecurity configuration file error
- How to configure application inside the apache2 and application running on windows tomcat server
Related Questions in PLESK
- WP toolkit problem after deleting wordpress site manually
- How to assign a shared ssl certificate for subdomain in Plesk
- How to fix esi:remove tag og litespeed not displaying broken in frontend of my eshop
- Retrieving the COM class factory for component with CLSID on plesk server
- Allowing client domain to point to my domain
- Why can't I change tmp_upload_dir
- static export for nextjs project and deployment with plesk
- How to create a folder on windows server dynamically via server panel
- TypeError: Cannot read properties of undefined (reading 'on') with SvelteKit and Plesk
- I have a table in a database in plesk that I think has over 90,000 entries. When I click on browse/refresh it keeps showing different row totals
- Django WSGI and ASGI via Passenger confusion
- Creating an X509Certificate2 object using EphemeralKeySet and without accessing the local machine certificate store
- Why do I get: Connection disconnected with error 'Error: WebSocket closed with status code: 1006 (no reason given) after 1-2 minutes
- Fixing the problem of the asp.net core7 project in Plesk panel
- Local NodeJS app works but when deployed to PLESK server it doesn't
Related Questions in SEAFILE-SERVER
- Error "undefined reference to" when building package seafile-client on manjaro
- Seafile 10 on Docker permission denied for entrypoint.sh
- Library not found for -lAFNetworking with Seafile-iOS SDK
- Why is this MultipartRequest working with curl, but not with Dart http?
- docker-compose: no declaration was found in the volumes section
- Docker bind propagation mount error "is not a shared mount"
- Does seafile store synced files anywhere?
- Use Rclone for backup Seafile in Azure Blob
- How to get .pro file from the set of qt files
- Seahub fails to run initial start with ModuleNotFoundError
- personal cloud storage and microsoft teams
- docker: seafile behind jwilder/nginx-proxy
- Compile selinux in private directory
- Docker settings stored after removing container
- Is Seafile a real cloud storage?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Not sure if still relevant, but anyway: Yes, it is definitely possible. Seafile installation should proceed according to normal installation process described in Seafile's Manual.
Redirecting the traffic from the frontend servers to Seafile/Seahub is a trickier, a more detailed description, using FastCGI, can be found here:
https://andre-hoeche.de/blog/2016/07/install-seafile-5-1-on-debian-7-10-with-apache-2-2-and-plesk-10-5/