Sorry. We had fixed it locally only.
v.461 released.
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>
Hi.
Try 192.168.0.0 without /24
- Edited
Hi
We are currently working on total new version of TinyCP. (there wont be sessions)
In this version of TinyCP we do only critics updates, no features.
More info about new version TinyCP soon.
- Edited
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
Do it by apache proxy.
Click "Download Keys" again.
Looks like there are illegal characters in fields.
Try avoid regional chars.
Hi.
Try remove all files from: /opt/tinycp/etc/subscriptions and download again
Hi.
Try remove all files from: /opt/tinycp/etc/subscriptions and download again
Connect via IP.
When you use domain via apache proxy, apache restart when you click save.
Hi.
There wont be customer account type so far.
Do not afraid about license. When expired you will got another one until 2019-04.
- Edited
Multiserver is the point we need too.
Nginx when we refactor everything we have in tinycp 1
https://tinycp.com/community/show/tinycp-roadmap,313.html
Hi
Show me the output of command:
apachectl -t -D DUMP_VHOSTS
We will fix it in second version.
Also we will add setting static IP for clients.
- Edited
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
Hi.
Show me content of:
/etc/hostname
- Edited
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.
- Edited
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.
Thx Kyriakos for your feedback.
If you mind I will send you BETA access myself personally (when it starts).
Hi. Small info about progress as API functions:
We are at EXIM4 stage and it is last step before BETA tests.
Thanks for your patient.
- Edited
Hi
Thank you for error report.
I made mistake in installation instruction.
Before:
deb https://repos.tinycp.com/ubuntu all stable
Correct:
deb https://repos.tinycp.com/ubuntu all main
- Edited
- Edited
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.