ix_values.yaml 656 B

123456789101112131415161718192021222324252627282930313233343536
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ryshe_terraria
  4. tag: tshock-1.4.4.9-5.2.4
  5. vanilla_image:
  6. repository: ryshe/terraria
  7. tag: vanilla-1.4.4.9
  8. consts:
  9. terraria_container_name: terraria
  10. world_path: /worlds
  11. config_path: /config
  12. plugins_path: /plugins
  13. reserved_args:
  14. - -port
  15. - -world
  16. - -maxplayers
  17. - -password
  18. - -secure
  19. - -forceupdate
  20. - -worldevil
  21. - -difficulty
  22. - -autocreate
  23. - -seed
  24. - -additionalplugins
  25. - -configpath
  26. - -config
  27. sizes_map:
  28. small: 1
  29. medium: 2
  30. large: 3
  31. difficulty_map:
  32. normal: 0
  33. expert: 1
  34. master: 2
  35. journey: 3