{"id":165,"date":"2024-10-10T23:04:20","date_gmt":"2024-10-10T23:04:20","guid":{"rendered":"https:\/\/gratisvps.net\/blog\/?p=165"},"modified":"2024-10-14T00:27:20","modified_gmt":"2024-10-14T00:27:20","slug":"how-to-install-pydio-cells-on-almalinux-9","status":"publish","type":"post","link":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/","title":{"rendered":"How to Install Pydio Cells on AlmaLinux 9"},"content":{"rendered":"<h3>In this guide, we&#8217;ll show you how to install Pydio Cells on an Alma Linux 9 server. You&#8217;ll be installing Pydio Cells with the MariaDB database server and Httpd web server.<\/h3>\n<h2 id=\"prerequisites\">Prerequisites<\/h2>\n<p>To get started with this guide, make sure you have the following:<\/p>\n<ul>\n<li>An Alma Linux 9 server<\/li>\n<li>A non-root user with administrator privileges<\/li>\n<li>A domain name pointed to server IP address<\/li>\n<li>An SELinux with the status enabled and permissive<\/li>\n<\/ul>\n<h2 id=\"installing-dependencies\">Installing dependencies<\/h2>\n<p>Before installing Pydio Cells, you need to install dependencies on your Alma Linux server. This includes the EPEL repository, MariaDB database server, Httpd web server, and some system tools such as wget and nano.<\/p>\n<p>First, run the &#8216;<em>dnf<\/em>&#8216; command below to add the EPEL repository, and install the MariDB server and Httpd web server. Input &#8216;<strong>Y<\/strong>&#8216; to confirm the installation.<span id=\"ezoic-pub-ad-placeholder-130\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><\/p>\n<div><\/div>\n<pre class=\"command\">sudo dnf install epel-release mariadb-server httpd wget nano<\/pre>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-168 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-05-29.webp\" alt=\"\" width=\"1257\" height=\"402\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-05-29.webp 1257w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-05-29-300x96.webp 300w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-05-29-1024x327.webp 1024w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-05-29-768x246.webp 768w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-05-29-1200x384.webp 1200w\" sizes=\"(max-width: 1257px) 100vw, 1257px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>After the installation is complete, run the &#8216;<em>systemctl<\/em>&#8216; command below to start, enable, and verify the &#8216;<em>httpd<\/em>&#8216; service. You&#8217;ll see the &#8216;<em>httpd<\/em>&#8216; service is running and enabled.<\/p>\n<pre class=\"command\">sudo systemctl enable --now httpd\r\nsudo systemctl status httpd<\/pre>\n<p><img decoding=\"async\" class=\"alignnone wp-image-169 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-07-06.webp\" alt=\"\" width=\"750\" height=\"256\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-07-06.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-07-06-300x102.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>Now run the following command to start and enable the &#8216;<em>mariadb<\/em>&#8216; service. And then, verify it to ensure that the service is running.<span id=\"ezoic-pub-ad-placeholder-108\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><span class=\"ezoic-ad ezoic-at-0 medrectangle-4 medrectangle-4108 adtester-container adtester-container-108\" data-ez-name=\"howtoforge_com-medrectangle-4\"><span class=\"reportline\" data-nosnippet=\"\" data-ez-ph-owner-id=\"108\"><span class=\"ezoicwhat\"><img decoding=\"async\" title=\"ezoic\" src=\"https:\/\/go.ezodn.com\/utilcave_com\/ezoicbwa.png\" alt=\"Ezoic\" name=\"?pageview_id=1068cdd9-efe9-4512-5488-f591aa79351f&amp;ad_position_id=108&amp;impression_group_id=howtoforge_com-medrectangle-4\/2024-10-10\/158478839473123&amp;ad_size=728x90&amp;domain_id=178704&amp;url=https:\/\/www.howtoforge.com\/how-to-install-pydio-cells-on-almalinux-9\/\" \/><\/span><\/span><\/span><\/p>\n<pre class=\"command\">sudo systemctl enable --now mariadb\r\nsudo systemctl status mariadb<\/pre>\n<p>In the following output, you can see the MariaDB server is running and enabled.<\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-170 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-07-32.webp\" alt=\"\" width=\"750\" height=\"296\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-07-32.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-07-32-300x118.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>Lastly, run the &#8216;<em>firewall-cmd<\/em>&#8216; command below to open both &#8216;<strong>http<\/strong>&#8216; and &#8216;<strong>https<\/strong>&#8216; ports on your system. Then, reload the firewalld rules to apply your changes.<\/p>\n<pre class=\"command\">sudo firewall-cmd --add-service={http,https} --permanent\r\nsudo firewall-cmd --reload<\/pre>\n<h2 id=\"configuring-mariadb-server\">Configuring MariaDB server<\/h2>\n<p>After you&#8217;ve installed dependencies, you need to secure the MariaDB server installation and create a new database and user for the Pydio Cells server installation. You&#8217;ll be securing MariaDB with the &#8216;<em>mariadb-secure-installation<\/em>&#8216; command, and then create a new database and user through the &#8216;<em>mariadb<\/em>&#8216; client.<\/p>\n<p>To secure MariaDB server installation, execute the &#8216;<em>mariadb-secure-installation<\/em>&#8216; command below.<span id=\"ezoic-pub-ad-placeholder-110\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><\/p>\n<pre class=\"command\">sudo mariadb-secure-installation<\/pre>\n<p>During the process, you&#8217;ll be asked about the following configurations:<\/p>\n<ul>\n<li>Switch local authentication to unix_socket? Input n.<\/li>\n<li>Set up the new MariaDB root password. Input y to confirm, then type the new password for your MariaDB server deployment.<\/li>\n<li>Remove anonymous user? Input y to confirm.<\/li>\n<li>Remove the default database test from the deployment?. Input y to confirm.<\/li>\n<li>Disallow MariaDB root login from remote connections? Input y to confirm.<\/li>\n<li>Reload table privileges and apply the changes. Input y and press ENTER.<\/li>\n<\/ul>\n<p>Now that the MariaDB server is secured, you&#8217;ll create a new database and user for the Pydio Cells installation.<\/p>\n<p>Log in to the MariaDB server with the &#8216;<em>mariadb<\/em>&#8216; command below. Enter your MariaDB root password when prompted.<\/p>\n<pre class=\"command\">sudo mariadb -u root -p<\/pre>\n<p>Run the following queries to create a new database &#8216;<strong>cells<\/strong>&#8216;, and a new user &#8216;<strong>pydio<\/strong>&#8216;, with the password\u00a0<strong>&#8216;p4ssw0rd&#8217;.<\/strong>\u00a0You can adjust the database details as needed.<\/p>\n<pre class=\"command\">CREATE DATABASE cells;\r\nCREATE USER 'pydio'@'localhost' IDENTIFIED BY 'p4ssw0rd';\r\nGRANT ALL PRIVILEGES ON cells.* to 'pydio'@'localhost';\r\nFLUSH PRIVILEGES;<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-171 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-08-51.webp\" alt=\"\" width=\"750\" height=\"267\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-08-51.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-08-51-300x107.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>Now check the privileges for user &#8216;<strong>pydio<\/strong>&#8216; to ensure permission and privileges to the database &#8216;<strong>cells<\/strong>&#8216;.<\/p>\n<pre class=\"command\">SHOW GRANTS FOR 'pydio'@'localhost';<\/pre>\n<p>You can see below that the database &#8216;<strong>cells<\/strong>&#8216; are accessible through the &#8216;<strong>pydio<\/strong>&#8216; user.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-172 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-08-59.webp\" alt=\"\" width=\"740\" height=\"300\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-08-59.webp 740w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-08-59-300x122.webp 300w\" sizes=\"(max-width: 740px) 100vw, 740px\" \/><\/p>\n<p>Type &#8216;quit&#8217; to exit from the MariaDB server.<\/p>\n<h2 id=\"downloading-pydio-cells\">Downloading Pydio Cells<\/h2>\n<p>With the MariaDB database configured, you&#8217;re ready to download Pydio Cells. In this section, you&#8217;ll be setting up the &#8216;pydio&#8217; user, downloading Pydio Cells, setting up the installation directory and environment variables, and allowing the Pydio Cells to run on the privileged ports.<span id=\"ezoic-pub-ad-placeholder-112\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><\/p>\n<p>Create a new user and group &#8216;<strong>pydio<\/strong>&#8216; with the following command.<\/p>\n<pre class=\"command\">sudo useradd -m -s \/bin\/bash pydio<\/pre>\n<p>Create new directories &#8216;<em>\/opt\/pydio\/bin<\/em>&#8216; and &#8216;<em>\/var\/cells<\/em>&#8216; with the command below. And then change the ownership of both directories to the user &#8216;<strong>pydio<\/strong>&#8216;.<\/p>\n<pre class=\"command\">sudo mkdir -p \/opt\/pydio\/bin \/var\/cells\r\nsudo chown -R pydio:pydio \/opt\/pydio\/bin \/var\/cells<\/pre>\n<p>Now create a new env file &#8216;<em>\/etc\/profile.d\/cells-env.sh<\/em>&#8216; with the &#8216;<em>nano<\/em>&#8216; editor.<\/p>\n<pre class=\"command\">sudo nano \/etc\/profile.d\/cells-env.sh<\/pre>\n<p>Enter the following script to set up environment variables for Pydio Cells. Make sure to change the &#8216;<strong>CELLS_EXTRERNAL<\/strong>&#8216; address to match the domain name of your Pydio installation.<\/p>\n<pre>export CELLS_WORKING_DIR=\/var\/cells\r\nexport CELLS_BIND=127.0.0.1:8080\r\nexport CELLS_EXTERNAL=https:\/\/cells.howtoforge.local<\/pre>\n<p>When done, save and exit the file.<\/p>\n<p>Now run the command below to make the env file &#8216;<em>\/etc\/profile.d\/cells-env.sh<\/em>&#8216; executable.<\/p>\n<pre class=\"command\">sudo chmod +x \/etc\/profile.d\/cells-env.sh<\/pre>\n<p>Next, run the command below to download Pydio Cells binary file for Linux to the &#8216;<em>\/opt\/pydio\/bin\/cells<\/em>&#8216;.<\/p>\n<pre class=\"command\">export distribId=cells\r\nwget -O \/opt\/pydio\/bin\/cells https:\/\/download.pydio.com\/latest\/${distribId}\/release\/{latest}\/linux-amd64\/${distribId}<\/pre>\n<p>Once downloaded, run the following command to make the &#8216;<em>cells<\/em>&#8216; binary file executable and allow it to bind on the privilege ports.<\/p>\n<pre class=\"command\">sudo chmod a+x \/opt\/pydio\/bin\/cells\r\nsudo setcap 'cap_net_bind_service=+ep' \/opt\/pydio\/bin\/cells\r\nsudo ln -s \/opt\/pydio\/bin\/cells \/usr\/local\/bin\/cells<\/pre>\n<p>Now log in as the user &#8216;<strong>pydio<\/strong>&#8216; with the following:<\/p>\n<pre class=\"command\">su - pydio<\/pre>\n<p>Check environment variables for Pydio Cells with the following &#8211; Make sure the output matches within the env file &#8216;<em>\/etc\/profile.d\/cells-env.sh<\/em>&#8216;.<span id=\"ezoic-pub-ad-placeholder-113\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><\/p>\n<pre class=\"command\">echo $CELLS_WORKING_DIR\r\necho $CELLS_BIND\r\necho $CELLS_EXTERNAL<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-173 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-26-23.webp\" alt=\"\" width=\"750\" height=\"302\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-26-23.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-26-23-300x121.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>Lastly, check the\u00a0<em>&#8216;cells&#8217;<\/em>\u00a0version with the command below.<\/p>\n<pre class=\"command\">cells version<\/pre>\n<p>In the following output, you can see that Pydio Cells version.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-174\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-26-39-300x98.webp\" alt=\"\" width=\"300\" height=\"98\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-26-39-300x98.webp 300w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-26-39.webp 595w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2 id=\"installing-pydio-cells-through-the-command-line\">Installing Pydio Cells through the command line<\/h2>\n<p>Now you&#8217;ll start installing Pydio Cells from the command line. With the &#8216;<em>cells<\/em>&#8216; command, you&#8217;ll be setting Pydio Cells installation with the MariaDB database, setting up the admin user and password, and setting up the storage location for storing user data.<\/p>\n<p>To start, run the command below to configure the Pydio Cells installation from the terminal.<\/p>\n<pre class=\"command\">cells configure --cli<\/pre>\n<p>Now you&#8217;ll be prompted with the following configurations:<\/p>\n<ul>\n<li>Database Connection: select via TCP, then input details of your MariaDB database host, port, user, and password.<\/li>\n<li>MongoDB configuration: Input n for no.<\/li>\n<li>Administrative User Configuration: input your admin user and password for Pydio Cells.<\/li>\n<li>Default storage location: press ENTER to use default and continue.<\/li>\n<\/ul>\n<p>After the process is complete, you&#8217;ll see the following output:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-175 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-34-34.webp\" alt=\"\" width=\"750\" height=\"746\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-34-34.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-34-34-300x298.webp 300w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-34-34-150x150.webp 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<h2 id=\"setting-up-systemd-service-file-for-pydio-cells\">Setting up systemd service file for Pydio Cells<\/h2>\n<p>From the previous step, you can start the Pydio Cells with the &#8216;cells start&#8217; command. To make this easier, you&#8217;ll instead use the systemd &#8216;systemctl&#8217; for managing the Pydio Cells service. So now you&#8217;ll be creating a new systemd service file.<span id=\"ezoic-pub-ad-placeholder-114\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><\/p>\n<p>Create a new &#8216;\/etc\/systemd\/system\/cells.service&#8217; file with the &#8216;nano&#8217; editor.<\/p>\n<pre class=\"command\">sudo nano \/etc\/systemd\/system\/cells.service<\/pre>\n<p>Insert the configuration below to run Pydio Cells as a systemd service. Make sure to change the &#8216;CELLS_EXTERNAL&#8217; with your domain name.<\/p>\n<pre>[Unit]\r\nDescription=Pydio Cells\r\nDocumentation=https:\/\/pydio.com\r\nWants=network-online.target\r\nAfter=network-online.target\r\nAssertFileIsExecutable=\/opt\/pydio\/bin\/cells\r\n\r\n[Service]\r\nUser=pydio\r\nGroup=pydio\r\nPermissionsStartOnly=true\r\nAmbientCapabilities=CAP_NET_BIND_SERVICE\r\nExecStart=\/opt\/pydio\/bin\/cells start\r\nRestart=on-failure\r\nStandardOutput=journal\r\nStandardError=inherit\r\nLimitNOFILE=65536\r\nTimeoutStopSec=5\r\nKillSignal=INT\r\nSendSIGKILL=yes\r\nSuccessExitStatus=0\r\nWorkingDirectory=\/home\/pydio\r\n\r\n# Add environment variables\r\nEnvironment=CELLS_WORKING_DIR=\/var\/cells\r\nEnvironment=CELLS_BIND=127.0.0.1:8080\r\nEnvironment=CELLS_EXTERNAL=https:\/\/cells.howtoforge.local\r\n\r\n[Install]\r\nWantedBy=multi-user.target<\/pre>\n<p>Save the file and exit the editor.<\/p>\n<p>Now run the command below to reload the systemd manager.<\/p>\n<pre class=\"command\">sudo systemctl daemon-reload<\/pre>\n<p>Lastly, execute the &#8216;<em>systemctl<\/em>&#8216; command below to start, enable, and verify the &#8216;<em>cells<\/em>&#8216; service.<\/p>\n<pre class=\"command\">sudo systemctl enable --now cells\r\nsudo systemctl status cells<\/pre>\n<p>In this output, you can see the &#8216;<em>cells<\/em>&#8216; service is running in the background as a systemd service.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-176 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-35-37.webp\" alt=\"\" width=\"750\" height=\"289\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-35-37.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-35-37-300x116.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<h2 id=\"configuring-httpd-as-a-reverse-proxy\">Configuring Httpd as a reverse proxy<\/h2>\n<p>At this point, the Pydio Cells are running on your Alma Linux server on port &#8216;8080&#8217;. To make it accessible from the client, you&#8217;ll be creating a Httpd virtual host file as a reverse proxy to the Pydio Cells server. You&#8217;ll also generate SSL\/TLS certificates from Letsencrypt to secure data transfer between the client and the Pydio Cells server.<\/p>\n<p>First, run the &#8216;<em>dnf<\/em>&#8216; command below to install\u00a0<em>&#8216;certbot&#8217;<\/em>\u00a0to your system.<\/p>\n<pre class=\"command\">sudo dnf install certbot -y<\/pre>\n<p>Now create a new dummy web root directory and change the ownership to the &#8216;<strong>apache<\/strong>&#8216; user.<\/p>\n<pre class=\"command\">sudo mkdir -p \/var\/www\/html\/cells\/public_html\r\nsudo chown -R apache:apache \/var\/www\/html\/cells\/public_html<\/pre>\n<p>Run the &#8216;<em>certbot<\/em>&#8216; command below to generate SSL\/TLS certificates for Pydio Cells. Make sure to change the email address and the domain name with your information.<\/p>\n<pre class=\"command\">sudo certbot certonly --agree-tos --email user@email.com --no-eff-email --webroot -w \/var\/www\/html\/cells\/public_html -d cells.howtoforge.local<\/pre>\n<p>Next, create a new Httpd virtual host configuration &#8216;<em>\/etc\/httpd\/conf.d\/pydio.conf<\/em>&#8216; with the &#8216;<em>nano<\/em>&#8216; editor.<span id=\"ezoic-pub-ad-placeholder-115\" class=\"ezoic-adpicker-ad\" data-ezoic-video-excluded=\"1\"><\/span><\/p>\n<pre class=\"command\">sudo nano \/etc\/httpd\/conf.d\/pydio.conf<\/pre>\n<p>Insert the configuration below and make sure to change the &#8216;<strong>ServerName<\/strong>&#8216; option with your domain name.<\/p>\n<pre>&lt;VirtualHost *:80&gt;\r\nServerName cells.howtoforge.local\r\n\r\nRewriteEngine On\r\nRewriteCond %{HTTPS} off\r\nRewriteRule (.*) https:\/\/%{HTTP_HOST}%{REQUEST_URI}\r\n\r\nRewriteCond %{SERVER_NAME} =cells.howtoforge.local\r\nRewriteRule ^ https:\/\/%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]\r\n&lt;\/VirtualHost&gt;\r\n\r\n&lt;VirtualHost *:443&gt;\r\nServerName cells.howtoforge.local\r\nAllowEncodedSlashes On\r\nRewriteEngine On\r\n\r\n# be aware of this\r\n# Allow reverse proxy via self-signed certificates\r\nSSLProxyEngine On\r\nSSLProxyVerify none\r\nSSLProxyCheckPeerCN off\r\nSSLProxyCheckPeerName off\r\nSSLProxyCheckPeerExpire off\r\n\r\n## The order of the directives matters.\r\n# If Cells is not running with https, consider using ws instead of wss\r\nProxyPassMatch \"\/ws\/(.*)\" wss:\/\/localhost:8080\/ws\/$1 nocanon\r\n\r\n## This rewrite condition is required if using Cells-Sync\r\n# RewriteCond %{HTTP:Content-Type} =application\/grpc [NC]\r\n# RewriteRule \/(.*) h2:\/\/localhost:8080\/$1 [P,L]\r\n\r\nProxyPass \"\/\" \"https:\/\/127.0.0.1:8080\/\"\r\nProxyPassReverse \"\/\" \"https:\/\/127.0.0.1:8080\/\"\r\n\r\nErrorLog \/var\/log\/httpd\/error.log\r\nCustomLog \/var\/log\/httpd\/access.log combined\r\n\r\nSSLCertificateFile \/etc\/letsencrypt\/live\/cells.howtoforge.local\/fullchain.pem\r\nSSLCertificateKeyFile \/etc\/letsencrypt\/live\/cells.howtoforge.local\/privkey.pem\r\n#Include \/etc\/letsencrypt\/options-ssl-apache.conf\r\n&lt;\/VirtualHost&gt;<\/pre>\n<p>Save the file and exit the editor when finished.<\/p>\n<p>Now run the &#8216;<em>apachectl<\/em>&#8216; command below to verify your Apache syntax. If you&#8217;ve proper Apache configuration, you&#8217;ll see an output &#8216;<strong>Syntax is OK<\/strong>&#8216;.<\/p>\n<pre class=\"command\">sudo apachectl configtest<\/pre>\n<p>Lastly, run the &#8216;systemctl&#8217; command below to restart the &#8216;<em>httpd<\/em>&#8216; web server and apply your changes. With this, your Pydio Cells installation should be finished and accessible.<\/p>\n<pre class=\"command\">sudo systemctl restart httpd<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-177 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-41-19.webp\" alt=\"\" width=\"601\" height=\"217\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-41-19.webp 601w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-41-19-300x108.webp 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2 id=\"accessing-pydio-cells\">Accessing Pydio Cells<\/h2>\n<p>Open your web browser and visit the domain name of your Pydio Cells installation such as https:\/\/cells.gratisvps.net\/blog If the installation is successful, you&#8217;ll see the Pydio Cells login page.<\/p>\n<p>Input your admin user and password to log in.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-178 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-01.webp\" alt=\"\" width=\"750\" height=\"630\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-01.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-01-300x252.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>If you have the correct credentials, you&#8217;ll see the Pydio Cells user dashboard like the following.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-179 size-full\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-11.webp\" alt=\"\" width=\"750\" height=\"384\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-11.webp 750w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-11-300x154.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>From here, you can now try uploading files from your local computer to the Pydio Cells server. In the following screenshot, I&#8217;ve uploaded files to the Pydio Cells and was successful.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-180\" src=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-57-300x152.webp\" alt=\"\" width=\"300\" height=\"152\" srcset=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-57-300x152.webp 300w, https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/screenshot_at_2024-09-16_16-42-57.webp 750w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>Congratulations! You&#8217;ve finished the installation of Pydio Cells on the Alma Linux 9 server. You have the Pydio Cells running with the MariaDB database server and the Httpd web server. On top of that, you&#8217;ve also secured Pydio Cells installation with HTTPS through Certbot and Letsencrypt.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we&#8217;ll show you how to install Pydio Cells on an Alma Linux 9 server. You&#8217;ll be installing Pydio Cells with the MariaDB database server and Httpd web server. Prerequisites To get started with this guide, make sure you have the following: An Alma Linux 9 server A&hellip;<\/p>\n","protected":false},"author":1,"featured_media":185,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,2],"tags":[50,49],"class_list":["post-165","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-linux","tag-almalinux","tag-install-pydis"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.6 (Yoast SEO v23.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Pydio Cells on AlmaLinux 9 - Gratisvps.net | Blog Daily Tech Info<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Pydio Cells on AlmaLinux 9\" \/>\n<meta property=\"og:description\" content=\"In this guide, we&#8217;ll show you how to install Pydio Cells on an Alma Linux 9 server. You&#8217;ll be installing Pydio Cells with the MariaDB database server and Httpd web server. Prerequisites To get started with this guide, make sure you have the following: An Alma Linux 9 server A&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\" \/>\n<meta property=\"og:site_name\" content=\"Gratisvps.net | Blog Daily Tech Info\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-10T23:04:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-14T00:27:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ariete\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ariete\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\"},\"author\":{\"name\":\"ariete\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4\"},\"headline\":\"How to Install Pydio Cells on AlmaLinux 9\",\"datePublished\":\"2024-10-10T23:04:20+00:00\",\"dateModified\":\"2024-10-14T00:27:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\"},\"wordCount\":1354,\"publisher\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png\",\"keywords\":[\"almalinux\",\"install pydis\"],\"articleSection\":[\"How To\",\"Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\",\"url\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\",\"name\":\"How to Install Pydio Cells on AlmaLinux 9 - Gratisvps.net | Blog Daily Tech Info\",\"isPartOf\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png\",\"datePublished\":\"2024-10-10T23:04:20+00:00\",\"dateModified\":\"2024-10-14T00:27:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage\",\"url\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png\",\"contentUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png\",\"width\":1200,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gratisvps.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Pydio Cells on AlmaLinux 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#website\",\"url\":\"https:\/\/gratisvps.net\/blog\/\",\"name\":\"Gratisvps.net | Blog Daily Tech Info\",\"description\":\"Discover reliable VPS server solutions\",\"publisher\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gratisvps.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\",\"name\":\"Gratisvps.net | Blog Daily Tech Info\",\"url\":\"https:\/\/gratisvps.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png\",\"contentUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png\",\"width\":250,\"height\":67,\"caption\":\"Gratisvps.net | Blog Daily Tech Info\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4\",\"name\":\"ariete\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g\",\"caption\":\"ariete\"},\"sameAs\":[\"https:\/\/gratisvps.net\/blog\"],\"url\":\"https:\/\/gratisvps.net\/blog\/author\/ariete\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install Pydio Cells on AlmaLinux 9 - Gratisvps.net | Blog Daily Tech Info","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Pydio Cells on AlmaLinux 9","og_description":"In this guide, we&#8217;ll show you how to install Pydio Cells on an Alma Linux 9 server. You&#8217;ll be installing Pydio Cells with the MariaDB database server and Httpd web server. Prerequisites To get started with this guide, make sure you have the following: An Alma Linux 9 server A&hellip;","og_url":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/","og_site_name":"Gratisvps.net | Blog Daily Tech Info","article_published_time":"2024-10-10T23:04:20+00:00","article_modified_time":"2024-10-14T00:27:20+00:00","og_image":[{"width":1200,"height":900,"url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png","type":"image\/png"}],"author":"ariete","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ariete","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#article","isPartOf":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/"},"author":{"name":"ariete","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4"},"headline":"How to Install Pydio Cells on AlmaLinux 9","datePublished":"2024-10-10T23:04:20+00:00","dateModified":"2024-10-14T00:27:20+00:00","mainEntityOfPage":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/"},"wordCount":1354,"publisher":{"@id":"https:\/\/gratisvps.net\/blog\/#organization"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage"},"thumbnailUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png","keywords":["almalinux","install pydis"],"articleSection":["How To","Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/","url":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/","name":"How to Install Pydio Cells on AlmaLinux 9 - Gratisvps.net | Blog Daily Tech Info","isPartOf":{"@id":"https:\/\/gratisvps.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage"},"thumbnailUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png","datePublished":"2024-10-10T23:04:20+00:00","dateModified":"2024-10-14T00:27:20+00:00","breadcrumb":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#primaryimage","url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png","contentUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/linux-pydis.png","width":1200,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/gratisvps.net\/blog\/how-to-install-pydio-cells-on-almalinux-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gratisvps.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Pydio Cells on AlmaLinux 9"}]},{"@type":"WebSite","@id":"https:\/\/gratisvps.net\/blog\/#website","url":"https:\/\/gratisvps.net\/blog\/","name":"Gratisvps.net | Blog Daily Tech Info","description":"Discover reliable VPS server solutions","publisher":{"@id":"https:\/\/gratisvps.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gratisvps.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gratisvps.net\/blog\/#organization","name":"Gratisvps.net | Blog Daily Tech Info","url":"https:\/\/gratisvps.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png","contentUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png","width":250,"height":67,"caption":"Gratisvps.net | Blog Daily Tech Info"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4","name":"ariete","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g","caption":"ariete"},"sameAs":["https:\/\/gratisvps.net\/blog"],"url":"https:\/\/gratisvps.net\/blog\/author\/ariete\/"}]}},"_links":{"self":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/165"}],"collection":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/comments?post=165"}],"version-history":[{"count":8,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/165\/revisions"}],"predecessor-version":[{"id":207,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/165\/revisions\/207"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/media\/185"}],"wp:attachment":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/media?parent=165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/categories?post=165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/tags?post=165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}