Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you need help or want to discuss things, you now can also join us on our Discord Server!
A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.
You need a Webserver like Apache2 and activate Proxy: https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension
Apache Config
<VirtualHost *:80>
ServerName ts.example.com
ProxyPreserveHost On
ProxyRequests Off...
Die OVH Subnetze sind bei einigen Diensten geblockt, da sie zum DOSen missbraucht werden. Da es bei dir nicht geht musst du dir eine Proxy suchen mit der sollte es dann gehen. Vielleicht hilft das: http://askubuntu.com/questions/210410/how-to-run-youtube-dl-through-proxy-server...
Mach beim bot das ssl cert raus und dann in apache2 so eintragen dann sollte es gehen.
<VirtualHost *:80>
ServerName musik.einfach-gmod.de
Redirect / https://musik.einfach-gmod.de/
</VirtualHost>
<VirtualHost *:443>
ServerName musik.einfach-gmod.de
Header always add...
Am besten wäre es wenn du den ganzen Server mit zip -r sinusbot.zip /pfad/sinusbot packst oder du kopierst den Ordner mit SCP (Sercure Copy Protocol) https://linuxacademy.com/blog/linux/ssh-and-scp-howto-tips-tricks/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.