server-config.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "logging": {
  3. "level": "notice"
  4. },
  5. "caps": {
  6. "shs": "1KHLiKZvAvjbY1ziZEHMXawbCEIM6qwjCDm3VYRan/s="
  7. },
  8. "pub": false,
  9. "local": true,
  10. "friends": {
  11. "dunbar": 300,
  12. "hops": 2
  13. },
  14. "autofollow": {
  15. "legacy": false,
  16. "enabled": false,
  17. "feeds": [
  18. "@HzmUrdZb1vRWCwn3giLx3p/EWKuDiO44gXAaeulz3d4=.ed25519"
  19. ]
  20. },
  21. "gossip": {
  22. "connections": 20,
  23. "local": true,
  24. "friends": true,
  25. "seed": true,
  26. "global": true
  27. },
  28. "replicationScheduler": {
  29. "autostart": true,
  30. "partialReplication": null
  31. },
  32. "connections": {
  33. "seeds": [
  34. "solarnethub.com:8008~shs:HzmUrdZb1vRWCwn3giLx3p/EWKuDiO44gXAaeulz3d4=.ed25519"
  35. ],
  36. "incoming": {
  37. "net": [
  38. {
  39. "scope": "device",
  40. "transform": "shs",
  41. "port": 8008
  42. }
  43. ],
  44. "unix": [
  45. {
  46. "scope": ["device", "local", "private"],
  47. "transform": "noauth"
  48. }
  49. ]
  50. },
  51. "outgoing": {
  52. "net": [
  53. {
  54. "transform": "shs"
  55. }
  56. ],
  57. "tunnel": [
  58. {
  59. "scope": "public",
  60. "portal": "@HzmUrdZb1vRWCwn3giLx3p/EWKuDiO44gXAaeulz3d4=.ed25519",
  61. "transform": "shs"
  62. }
  63. ],
  64. "onion": [
  65. {
  66. "scope": "public",
  67. "transform": "shs"
  68. }
  69. ],
  70. "ws": [
  71. {
  72. "scope": "public",
  73. "transform": "shs"
  74. }
  75. ]
  76. }
  77. }
  78. }