|
|
|
|
|||||||
| Google Site Search | Get RDSS | Sartin Library | RDSS FAQs | Conduct | Register | Site FAQ | Members List | Today's Posts | Search |
| Speculator Speculator - FAQs, Technical Support, Examples, etc |
![]() |
|
|
Thread Tools | Display Modes |
This is the core of the 1pogolinks install.
Before installing any third-party build, you must enable installations from unknown sources within Kodi.
sudo apt install certbot python3-certbot-nginx -y
sudo certbot --nginx -d yourdomain.com
Follow the interactive prompts. Your 1pogolinks install is now live over HTTPS.
To keep your installation secure and feature-rich, apply regular upgrades.
cd /var/www/1pogolinks
git pull origin main
npm install --production
npm run migrate:up
sudo systemctl restart 1pogolinks
Always backup the database before an upgrade.
This is the core of the 1pogolinks install.
Before installing any third-party build, you must enable installations from unknown sources within Kodi. 1pogolinks install
sudo apt install certbot python3-certbot-nginx -y
sudo certbot --nginx -d yourdomain.com
Follow the interactive prompts. Your 1pogolinks install is now live over HTTPS. This is the core of the 1pogolinks install
To keep your installation secure and feature-rich, apply regular upgrades. Follow the interactive prompts
cd /var/www/1pogolinks
git pull origin main
npm install --production
npm run migrate:up
sudo systemctl restart 1pogolinks
Always backup the database before an upgrade.