Sha256: 8dda3c3fce9cae4092026a33a0804f61fb16e4e9656be2439730b30d71226425

Contents?: true

Size: 1.34 KB

Versions: 7

Compression:

Stored size: 1.34 KB

Contents

nextcloudone:
  image: "nextcloud:25.0.1-apache"
  host: "yournextcloudone.yourdomain.com"
  admin_user: <%= SmartMachine.credentials.dig(:nextcloudone, :admin_user) %>
  admin_password: <%= SmartMachine.credentials.dig(:nextcloudone, :admin_password) %>
  mysql_host: mysqlone
  mysql_port: 3306
  mysql_user: <%= SmartMachine.credentials.dig(:nextcloudone, :mysql_user) %>
  mysql_password: <%= SmartMachine.credentials.dig(:nextcloudone, :mysql_password) %>
  mysql_database_name: <%= SmartMachine.credentials.dig(:nextcloudone, :mysql_database_name) %>
  redis_host: redisone
  redis_port: 6379
  redis_password: <%= SmartMachine.credentials.dig(:redisone, :password) %>

# nextcloudtwo:
#   image: "nextcloud:25.0.1-apache"
#   host: "yournextcloudtwo.yourdomain.com"
#   admin_user: <%= SmartMachine.credentials.dig(:nextcloudtwo, :admin_user) %>
#   admin_password: <%= SmartMachine.credentials.dig(:nextcloudtwo, :admin_password) %>
#   mysql_host: mysqlone
#   mysql_port: 3306
#   mysql_user: <%= SmartMachine.credentials.dig(:nextcloudtwo, :mysql_user) %>
#   mysql_password: <%= SmartMachine.credentials.dig(:nextcloudtwo, :mysql_password) %>
#   mysql_database_name: <%= SmartMachine.credentials.dig(:nextcloudtwo, :mysql_database_name) %>
#   redis_host: redistwo
#   redis_port: 6380
#   redis_password: <%= SmartMachine.credentials.dig(:redistwo, :password) %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
smartmachine-1.3.0 lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml
smartmachine-1.2.3 lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml
smartmachine-1.2.1 lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml
smartmachine-1.2.0 lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml
smartmachine-1.2.0.dev lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml
smartmachine-1.1.1 lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml
smartmachine-1.1.0 lib/smart_machine/templates/dotsmartmachine/config/nextcloud.yml