Wojtek

Page:

Hi.

TinyCP adds to the apache.conf of domain the statement:

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{HTTPS} off
  RewriteCond %{REQUEST_URI} !/\.well-known/acme-challenge/ [NC]
  RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>

Alias /.well-known/acme-challenge/ /opt/tinycp/domains/tinycp.com/ssl/acme/challenges/
<Directory /opt/tinycp/domains/tinycp.com/ssl/acme/challenges>
  Options None
  AllowOverride None
  Order allow,deny
  Allow from all
  Require all granted
  ForceType text/plain
</Directory>

So far we have Apache support.

Well configured Apache ie.: (mpm_event + fpm-php) works in similar way like nginx and other https servers.
So far we do not need more supported servers.

But no one knows the future :)

Hi everyone.
I would like to introduce small info about functionalities what we had done in new version until now.
We are doing API + GUI together and it looks like:


Next will be mariadb/mysql, apache, postfix, dovecot.
Personally I like new user interface and the speed of panel. It is faster few times more that old PHP version.
We have added second encryption layer, so even without SSL certificate you will be secured (no SSL certificate for IP).
Soon we will be searching for testers of functionalities what we have. More info soon

We are under hard work reimplementing now.
Didn't think about licences much.
Do you think you wont change VPS or Cloud in the middle of period ?
We will find a solution because we are same as you, we are administrators too.

Small teaser of v2 :)

Hi.

Sorry, we have no time to support old version.
Our work is afterwork. I hope in the future we focus only on tinycp.
Looks like you modified /etc/hosts manually. Doubles of IP ie.: 127.0.0.1 is not even allowed in manual of this file.

In what kind of cases you use Docker ? 

We finished LXD - Linux Containers with almost all features.
Docker also is in our mind but after all main functionalities.

Hi

Your DNS settings are not correct. Missing wildcard CNAME.

Example:

tinycp.com.		0	A	94.237.89.177
*.tinycp.com. 0 CNAME tinycp.com.

sub.tinycp.com.		0	A	94.237.89.177
*.sub.tinycp.com. 0 CNAME sub.tinycp.com.
Join our Discord server
Write a reply Edit a reply