Questions tagged [uberspace]

Uberspace, a popular shared hosting provider.

Uberspace, a popular shared hosting provider. Website: https://uberspace.de

10 questions
4
votes
1 answer

Installing/Using Bower on Uberspace with NPM

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…
Andi Giga
  • 3,744
  • 9
  • 38
  • 68
2
votes
2 answers

How to force mime type on js files with apache?

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…
1uk
  • 43
  • 4
2
votes
1 answer

How to redirect subfolder as proxy in htaccess?

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/(.*)$…
crstin
  • 193
  • 1
  • 2
  • 7
1
vote
1 answer

Akeneo PIM No alive nodes found in your cluster ERROR

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…
1
vote
1 answer

Flask FastCGI Setup

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…
kOssi
  • 745
  • 2
  • 10
  • 19
0
votes
1 answer

Grav 1.7 Installation fails bc of call to undefined method

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…
eurokrl
  • 21
  • 4
0
votes
1 answer

How to use Ruby CGI scripts on Uberspace

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?
Theo
  • 3,826
  • 30
  • 59
0
votes
1 answer

How to install a nodejs cms like pencilblue on uberspace

I would like to have the pencilblue nodejs cms with mongodb installed on my uberspace account. Which steps do I have to take?
Lem
  • 283
  • 2
  • 11
0
votes
2 answers

Rails/Uberspacify: 503 Service Temporarily Unavailable

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…
JJD
  • 50,076
  • 60
  • 203
  • 339
-1
votes
1 answer

PHP deployer - task deploy:unlock throws RuntimeException

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:
goldlife
  • 1,949
  • 3
  • 29
  • 48