A place for general community discussions - No support questions!

MHSWA's picture

Remote Powered by turnkey + phplist

Forum: 

Hello

 

is it possible to remove the PHPlist Appliance - Powered by TurnKey Linux on the bottom of each webpage for phplist?

How can I add jenkins after the below process?

Forum: 

Hi!

I want to build the microservices base node.js project for a web application. So I have followed the below step to create the aws lambda function with node.js.

https://www.techuz.com/blog/steps-creating-serverless-microservice-aws-l...

As the next step, I want to integrate above setup with Jenkins to monitor my web application so can anybody help with the step by step process or suggest any article which is authentic and proven like above?

Sanjai sahu's picture

Linux turnkey SNMP issue

Forum: 
Tags: 

Hi folks,

We are running a Linux turnkey web server and trying to get PHP functions such as, snmpget() to work on my server. It looks like I require an "apt-get install net-snmp" command to be run in order for me to use SNMP commands. but the server says "Unable to locate package net-snmp"

This is where I'm told I require Net-SNMP; http://php.net/manual/en/snmp.requirements.php

So I'm not sure how to install this?

Any help would be appreciated! 

 

Jason's picture

Apache Assistance please

Forum: 

I have 2 domain names.

Domain1 is on a virtual server with ip 192.168.1.101

Domain2 is on a virtual server with ip 192.168.1.102

 

Everything on Domain1 is working. port forwarding is sending all traffic to that site as intended.

 

I cant get the virtual hosts to work on domain1 that will send domain2 traffic to the other IP.

Any assistance please?

Wrathy's picture

Uploading Wordpress Website Files to VM

Forum: 

Hi,

I need to upload the wordpress site, (FTP backup) to the Wordpress VM. How can I upload the website files and its mySQL DB, so I can have a development version for my Live site on turnkey Wordpress VM?

 

Thanks

Christian's picture

Appliance Suggestion: OnlyOffice Document Server

Forum: 

The OnlyOffice Document Server allows real-time collaboration on office documents - a local alternative to Google Docs: https://www.onlyoffice.com

Installation: https://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx

Install Docker Nginx Appliance

Forum: 

I have the Nginx appliance running in a hyper V virtual machine acting as my proxy to my development servers. I would like to self host Bitwarden which requires docker. Therefore rather than create another virtual machine would it be a good idea to install docker on the Nginx appliance and then into install  bitwarden from there. Nginx would need to proxy ports 80 and 443 based upon hostnames but already do this so should work.

Are there any security implications from this setup. I've never used docker before. Only for small number of users.
Thanks
Paul

Snickasaurus's picture

SyslogNG TKL build

Forum: 

Starting things off this comes from an old thread I dug up while searching for a solution to monitor all the hardware/software on my network. Having never built a tkl solution before I've been a bit lost as to where to start so I started looking at which software packages out there could be used freely. I was hoping everyone interested could give their experiences with something they may have used in the past or tried out but never got the hang of.

alex yarbrough's picture

Mastering/prototyping an appliance

Forum: 

I will try to keep this simple....my working environment is ESXi. My VM started out as an installation from the TKL Core ISO, which gave me a nice slim Debian 9.4 box. Now I have installed and configured everything that I want and I am ready to start developing my app.

Dan's picture

Mounting a Windows Share from LAMP V15

Forum: 

Let me preface this question by saying I have an internal only LAMP server... used for Intranet... I have full control over who gets to it and trust those machines.

Ok... I have a shared folder on a Windows machine that I am successfully mounting via the /etc/fstab file upon bootup and when I run the command from the console "mount -a"

The issue I have is that the windows machine gets powered off from time to time and the mapping gets lost.   

I wanted to make a button on my PHP web page (intranet) that users could click to restore the mapping.

Pages