Advertisement
Guest User

Swag Troubleshooting Unraid

a guest
Nov 15th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. ******************************************************************
  2. /mnt/disk1/appdata/swag/nginx/site-confs/jellyfin.subdomain.conf
  3. ******************************************************************
  4.  
  5. server {
  6. listen 443 ssl;
  7. listen [::]:443 ssl;
  8.  
  9. server_name stream.*;
  10.  
  11. include /config/nginx/ssl.conf;
  12.  
  13. client_max_body_size 0;
  14.  
  15. location / {
  16. include /config/nginx/proxy.conf;
  17. resolver 127.0.0.11 valid=30s;
  18. set $upstream_app jellyfin;
  19. set $upstream_port 8096;
  20. set $upstream_proto http;
  21. proxy_pass $upstream_proto://$upstream_app:$upstream_port;
  22.  
  23. proxy_set_header Range $http_range;
  24. proxy_set_header If-Range $http_if_range;
  25. }
  26.  
  27. location ~ (/jellyfin)?/socket {
  28. include /config/nginx/proxy.conf;
  29. resolver 127.0.0.11 valid=30s;
  30. set $upstream_app jellyfin;
  31. set $upstream_port 8096;
  32. set $upstream_proto http;
  33. proxy_pass $upstream_proto://$upstream_app:$upstream_port;
  34.  
  35. }
  36. }
  37. ******************************************************************
  38. Swag Error Log
  39. ******************************************************************
  40. [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  41. [s6-init] ensuring user provided files have correct perms...exited 0.
  42. [fix-attrs.d] applying ownership & permissions fixes...
  43. [fix-attrs.d] done.
  44. [cont-init.d] executing container initialization scripts...
  45. [cont-init.d] 01-envfile: executing...
  46. [cont-init.d] 01-envfile: exited 0.
  47. [cont-init.d] 10-adduser: executing...
  48.  
  49. -------------------------------------
  50. _ ()
  51. | | ___ _ __
  52. | | / __| | | / \
  53. | | \__ \ | | | () |
  54. |_| |___/ |_| \__/
  55.  
  56.  
  57. Brought to you by linuxserver.io
  58. -------------------------------------
  59.  
  60. To support the app dev(s) visit:
  61. Certbot: https://supporters.eff.org/donate/support-work-on-certbot
  62.  
  63. To support LSIO projects visit:
  64. https://www.linuxserver.io/donate/
  65. -------------------------------------
  66. GID/UID
  67. -------------------------------------
  68.  
  69. User uid: 99
  70. User gid: 100
  71. -------------------------------------
  72.  
  73. [cont-init.d] 10-adduser: exited 0.
  74. [cont-init.d] 20-config: executing...
  75. [cont-init.d] 20-config: exited 0.
  76. [cont-init.d] 30-keygen: executing...
  77. using keys found in /config/keys
  78. [cont-init.d] 30-keygen: exited 0.
  79. [cont-init.d] 50-config: executing...
  80. Variables set:
  81. PUID=99
  82. PGID=100
  83. TZ=America/Los_Angeles
  84. URL=movies4you.digital
  85. SUBDOMAINS=wildcard,home,accounts,stream,requests,comics
  86. EXTRA_DOMAINS=
  87. ONLY_SUBDOMAINS=true
  88. VALIDATION=dns
  89. DNSPLUGIN=cloudflare
  90. EMAIL=ittechnut@hotmail.com
  91. STAGING=false
  92.  
  93. SUBDOMAINS entered, processing
  94. SUBDOMAINS entered, processing
  95. Only subdomains, no URL in cert
  96. Sub-domains processed are: -d wildcard.movies4you.digital -d home.movies4you.digital -d accounts.movies4you.digital -d stream.movies4you.digital -d requests.movies4you.digital -d comics.movies4you.digital
  97. E-mail address entered: ittechnut@hotmail.com
  98. dns validation via cloudflare plugin is selected
  99. Different validation parameters entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created
  100. Generating new certificate
  101. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  102. Plugins selected: Authenticator dns-cloudflare, Installer None
  103. Obtaining a new certificate
  104. Performing the following challenges:
  105. dns-01 challenge for accounts.movies4you.digital
  106. dns-01 challenge for comics.movies4you.digital
  107. dns-01 challenge for home.movies4you.digital
  108. dns-01 challenge for requests.movies4you.digital
  109. dns-01 challenge for stream.movies4you.digital
  110. dns-01 challenge for wildcard.movies4you.digital
  111. Unsafe permissions on credentials configuration file: /config/dns-conf/cloudflare.ini
  112. Waiting 10 seconds for DNS changes to propagate
  113. Waiting for verification...
  114. Challenge failed for domain accounts.movies4you.digital
  115. Challenge failed for domain comics.movies4you.digital
  116. Challenge failed for domain home.movies4you.digital
  117. Challenge failed for domain requests.movies4you.digital
  118. Challenge failed for domain stream.movies4you.digital
  119. Challenge failed for domain wildcard.movies4you.digital
  120. dns-01 challenge for accounts.movies4you.digital
  121. dns-01 challenge for comics.movies4you.digital
  122. dns-01 challenge for home.movies4you.digital
  123. dns-01 challenge for requests.movies4you.digital
  124. dns-01 challenge for stream.movies4you.digital
  125. dns-01 challenge for wildcard.movies4you.digital
  126. Cleaning up challenges
  127. Some challenges have failed.
  128. IMPORTANT NOTES:
  129. - The following errors were reported by the server:
  130.  
  131. Domain: accounts.movies4you.digital
  132. Type: dns
  133. Detail: DNS problem: SERVFAIL looking up TXT for
  134. _acme-challenge.accounts.movies4you.digital - the domain's
  135. nameservers may be malfunctioning
  136.  
  137. Domain: comics.movies4you.digital
  138. Type: dns
  139. Detail: DNS problem: SERVFAIL looking up TXT for
  140. _acme-challenge.comics.movies4you.digital - the domain's
  141. nameservers may be malfunctioning
  142.  
  143. Domain: home.movies4you.digital
  144. Type: dns
  145. Detail: DNS problem: SERVFAIL looking up TXT for
  146. _acme-challenge.home.movies4you.digital - the domain's nameservers
  147. may be malfunctioning
  148.  
  149. Domain: requests.movies4you.digital
  150. Type: dns
  151. Detail: DNS problem: SERVFAIL looking up TXT for
  152. _acme-challenge.requests.movies4you.digital - the domain's
  153. nameservers may be malfunctioning
  154.  
  155. Domain: stream.movies4you.digital
  156. Type: dns
  157. Detail: DNS problem: SERVFAIL looking up TXT for
  158. _acme-challenge.stream.movies4you.digital - the domain's
  159. nameservers may be malfunctioning
  160.  
  161. Domain: wildcard.movies4you.digital
  162. Type: dns
  163. Detail: DNS problem: SERVFAIL looking up TXT for
  164. _acme-challenge.wildcard.movies4you.digital - the domain's
  165. nameservers may be malfunctioning
  166. - Your account credentials have been saved in your Certbot
  167. configuration directory at /etc/letsencrypt. You should make a
  168. secure backup of this folder now. This configuration directory will
  169. also contain certificates and private keys obtained by Certbot so
  170. making regular backups of this folder is ideal.
  171. ERROR: Cert does not exist! Please see the validation error above. Make sure you entered correct credentials into the /config/dns-conf/cloudflare.ini file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement