about.jet.html 934 B

123456789101112131415161718192021222324252627282930
  1. <div class="container">
  2. <h1>Server information</h1>
  3. <ul>
  4. <li>
  5. <b>Version:</b> {{ Version }}<br />PixivFE's version this server is
  6. running
  7. </li>
  8. <li>
  9. <b>Started PixivFE (UTC)</b>: {{ Time }} <br />The date when PixivFE
  10. started on this server
  11. </li>
  12. <li>
  13. <b>Base URL</b>: {{ if isset(BaseURL) and !BaseURL == "localhost" }} {{
  14. BaseURL }} <br />
  15. Meta tags are available for embeds {{ else }} Not set <br />
  16. Meta tags are not available, embeds may not work {{ end }}
  17. </li>
  18. <li>
  19. <b>Default image proxy server</b>: {{ ImageProxy }}<br />The default image
  20. proxy server that was set on this server, used to proxy images from
  21. i.pximg.net
  22. </li>
  23. <li>
  24. <b>Accept-Language header</b>: {{ AcceptLanguage }}<br />The value of the
  25. Accept-Language header this server uses to request to Pixiv's APIs.
  26. </li>
  27. </ul>
  28. <p></p>
  29. </div>