SuperTux88's Diaspora Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 satır
673B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. diaspora:
  5. repository: https://github.com/diaspora/diaspora.git
  6. # version can be a branch or a tag
  7. version: develop
  8. install_path: /srv/diaspora
  9. ruby_version: 2.6.6
  10. install_redis: false
  11. user:
  12. username: diaspora
  13. shell: /bin/zsh
  14. database:
  15. # type needs to be 'postgresql' or 'mysql'
  16. type: postgresql
  17. host: localhost
  18. username: diaspora
  19. password: secret
  20. database: diaspora
  21. # see https://github.com/diaspora/diaspora/blob/develop/config/diaspora.toml.example
  22. configuration:
  23. environment:
  24. url: "https://example.org/"
  25. settings:
  26. pod_name: "example diaspora* pod"