Hi I use uberspace and installed ghost there. Ghost uses npm.
If I try:
npm install -g bower
It doesn't install it and throws a lot of erros messages what makes sense because the server is shared between many users.
sudo npm install -g…
I host my react app on uberspace. They use apache and have X-Content-Type-Options: nosniff enabled. Which I like.
However when I host my react app I get the following error in firefox console:
The resource from “url...” was blocked due to MIME type…
I have isso app running on localhost:63837 and I'd like to proxy requests from https://www.domain.com/isso
These were my approaches:
RewriteRule https://www.domain.com/isso/(.*)$ http://127.0.0.1:63837/$1 [P]
RewriteRule /isso/(.*)$…
I keep getting the same error when starting the Akeneo Community Edition! It seems to be an error caused by Elastictsearch, but I cannot figure out what is wrong.
The Error message:
[OK] Database schema created successfully!
Updating database…
I'm having problems with deploying a Flask application to an Apache server with FastCGI (Uberspace).
My basic hello world app is working. I set a variable for the index view. But chances on the variable won't update the view in the browser. Running…
Cross post from https://github.com/getgrav/grav/issues/3523
(don't kill me, I didn't know that it's frowned upon)
I am not sure if this is the place to ask for help, so tell me if it's not (and maybe where to ask).
I am trying to update to the…
I want to use Ruby CGI scripts on an Uberspace 7, but ran into several issues with permissions and security settings, in particular when using gems. How do I install CGI scripts with custom gems?
I am testing uberspace.de with uberspacify, a capistrano receipes collection. Before I started with uberspacify I configured the server as described in the documentation provided by uberspace. My RubyOnRails app just launched nicely. Now that I…
I use the deployer bundle
https://deployer.org/
with an symfony4 receipe to deploy my symfony5 app to an Centos Server from uberspace via SSH.
My deploy.php looks like this: