Questions tagged [swisscomdev]

Swisscom Application Cloud is a cloud platform based on Cloud Foundry.

Swisscom Application Cloud is a platform as a service (PaaS) offering by Swisscom, a telecommunications provider from Switzerland. The platform is based on Cloud Foundry.

References

218 questions
2
votes
1 answer

How to force https on Swisscom cloud foundry with Staticfile Buildpack (FORCE_HTTPS)

I configured the env option FORCE_HTTPS = true as suggested in the documentation: My manifext.yml env: APP_ENV: production FORCE_HTTPS: true However, when I open the website with http I do not get redirected to https. I use a custom nginx.conf…
adiux
  • 73
  • 5
2
votes
1 answer

Alternative to Swisscom CF plugin named Service Connector

Lots of people use Swisscom developed CF Plugin After creating a service instance, you’ll eventually need to administrate the service. For example you might need to create data tables in a database or backup/restore your data. For these use…
Sybil
  • 2,503
  • 3
  • 25
  • 36
2
votes
2 answers

ASP.NET Core MVC Health Check failing

I try to run a ASP.NET Core MVC Web application on the Swisscom Appcloud. But when I start the Application I get following Error-Message in the Console: 2017-01-24 14:29:53 [CELL/0] ERR Timed out after 1m0s: health check never passed. Its looks…
2
votes
3 answers

Database connection refused with Symfony / PHP

Trying to deploy a Symfony 3.2/Doctrine application to Swisscom PaaS. Buildpack (PHP 7, httpd etc.) are installed, composer is running and installing dependencies, but when calling the composer after-commands, like cache:clear I get…
LBA
  • 3,859
  • 2
  • 21
  • 60
2
votes
1 answer

S3 Copy Object with new metadata

I am trying to set the Cache-Control Header on all our existing files in the s3 storage by executing a copy to the exact same key but with new metadata. This is supported by the s3 api through the x-amz-metadata-directive: REPLACE Header. In the…
Patrick Suter
  • 275
  • 3
  • 12
2
votes
3 answers

Adding Database in MariaDB on Swisscom Cloud

Is it possible to CREATE DATABASE in MariaDB on the Swisscom Cloud? I know I can do this on Amazon RDS, but I'm not sure if this is possible on the Swisscom Cloud. If not: it would be an important feature to add.
rokfor
  • 147
  • 1
  • 11
2
votes
1 answer

Postgresql on Swisscom cloud

I think Postgresql is part of the CloudFoundry services but I could not find it in the list of services for the Swisscom Cloud. I would love to know if it will be added in the future ? Thanks
2
votes
1 answer

Connectivity issues "ECONNRESET" with dynamic storage s3 and node.js

I'm following the step-by-step tutorial for dynamic storage dynstrg. I have created an app, linked it with the service dynstrg and created a bucket with dragondisk as described. When I call the app on the browser I get the following…
2ni
  • 507
  • 1
  • 5
  • 13
2
votes
2 answers

Using ELK service from Swisscom cloud from outside

We'd like to use the ELK service provided by the Swisscom cloud. Because the applications we want to log are not hosted with Swisscom, but externally, we'd like to connect to the ELK service from outside. Is this possible at all? Or is the ELK…
nerdinand
  • 876
  • 12
  • 21
2
votes
1 answer

How to serve user-uploaded files on Swisscom Application Cloud?

As applications shouldn't write files to the local file system it makes sense to store user-uploaded files in the Dynamic Storage provided by Swisscom. The Dynamic Storage service is similar to Amazon S3 where you would usually make the bucket with…
Fabian
  • 335
  • 3
  • 15
2
votes
2 answers

Swisscom Passeport two-step login with Cloud Foundry CLI

How can I login with the Cloud Foundry CLI to the Swisscom Application Cloud when I have activated the two-step login method (password and SMS code) in my Swisscom Passeport account? $ cf login -a https://….appcloud.swisscom.com -u … API endpoint:…
Fabian
  • 335
  • 3
  • 15
2
votes
2 answers

Using private domainname in cloudfoundry

I have my own private domain name and I would like use this domain name instead of a subdomain from "scapp.io" from the swisscom cloud foundry plattform. Is this possible? How can I achieve this? Which domain server from swisscom can I use and how…
surfspider
  • 727
  • 3
  • 11
  • 25
1
vote
0 answers

Tensorflow/Tensorboard on s3

We log the tensorboard logs of our training process to s3 and meanwhile I would like to have a look at it. Therefore I'm executing the following command: tensorboard --logdir=s3://mlflow/1/7327710663534420b09581b9fa601bfc/artifacts/tensorboard_logs/…
1
vote
1 answer

Customising accessHost value in Dynamic Storage service key

I have a dynamic storage service set up on Swisscom with the default service key. There is a value within that JSON which is access host: "accessHost": "ds11s3.swisscom.com" I was wondering if there was any way that this value can be customised to…
GeorgeBT1902
  • 195
  • 2
  • 14
1
vote
1 answer

Which persistence mode is Redis using in Swisscom AppCloud?

Is it RDB or AOF? I couldn't find any information on this on the wiki or scapp-console.
Johannes Klug
  • 1,005
  • 5
  • 10