gof.example.yaml 834 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. accounts:
  2. - name: instance.nice
  3. accesstoken:
  4. instanceurl: https://yourinstance.nice
  5. feeds:
  6. - url: https://yourfeed.com
  7. template: '{{.Title}} {{.URL}}'
  8. # Format
  9. # One of:
  10. # - plain
  11. # - bbcode (pleroma only)
  12. # - html (pleroma only)
  13. # - markdown (pleroma only)
  14. # Default: plain
  15. format: markdown
  16. # Visibility
  17. # One of:
  18. # - public
  19. # - unlisted
  20. # - private
  21. # Default: unlisted
  22. visibility: unlisted
  23. # Sensitivity
  24. # true or false
  25. # Default: false
  26. sensitive: false
  27. # Content Warning
  28. # <string>
  29. # Default: ""
  30. contentwarning:
  31. - name: compostintraining.club
  32. accesstoken:
  33. instanceurl: https://compostintraining.club
  34. feeds:
  35. - url: https://your.otherfeed.net
  36. template: |-
  37. {{.Title}}
  38. {{.URL}}