Advertisement
LawMixer

sss

Apr 4th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1.  
  2. | | / __| | | / \
  3. | | \__ \ | | | () |
  4. |_| |___/ |_| \__/
  5. Brought to you by linuxserver.io
  6. -------------------------------------
  7. To support LSIO projects visit:
  8. https://www.linuxserver.io/donate/
  9. -------------------------------------
  10. GID/UID
  11. -------------------------------------
  12. User uid: 911
  13. User gid: 911
  14. -------------------------------------
  15. [cont-init.d] 10-adduser: exited 0.
  16. [cont-init.d] 30-config: executing...
  17. [cont-init.d] 30-config: exited 0.
  18. [cont-init.d] 31-migrate: executing...
  19. INFO [alembic.runtime.migration] Context impl SQLiteImpl.
  20. INFO [alembic.runtime.migration] Will assume non-transactional DDL.
  21. INFO [alembic.autogenerate.compare] Detected removed index 'ix_secret_key_key' on 'secret_key'
  22. INFO [alembic.autogenerate.compare] Detected removed table 'secret_key'
  23. INFO [alembic.autogenerate.compare] Detected removed index 'ix_jwt_token_blacklist_jti' on 'jwt_token_blacklist'
  24. INFO [alembic.autogenerate.compare] Detected removed table 'jwt_token_blacklist'
  25. --- MODELS ---
  26. Generating /alembic/versions/fe9c5f1d1255_automated_db_upgrade.py ... done
  27. INFO [alembic.runtime.migration] Context impl SQLiteImpl.
  28. INFO [alembic.runtime.migration] Will assume non-transactional DDL.
  29. INFO [alembic.runtime.migration] Running upgrade -> fe9c5f1d1255, automated db upgrade
  30. --- MODELS ---
  31. [cont-init.d] 31-migrate: exited 0.
  32. [cont-init.d] 32-env: executing...
  33. Replacing env constants in JS
  34. Processing /app/js/app.aad2ad76.js ...
  35. Processing /app/js/app.aad2ad76.js.map ...
  36. Processing /app/index.html ...
  37. [cont-init.d] 32-env: exited 0.
  38. [cont-init.d] 90-custom-folders: executing...
  39. [cont-init.d] 90-custom-folders: exited 0.
  40. [cont-init.d] 99-custom-files: executing...
  41. [custom-init] no custom files found exiting...
  42. [cont-init.d] 99-custom-files: exited 0.
  43. [cont-init.d] done.
  44. [services.d] starting services
  45. [services.d] done.
  46. INFO: Started server process [357]
  47. INFO: Waiting for application startup.
  48. INFO: Application startup complete.
  49. INFO: Uvicorn running on unix socket /tmp/gunicorn.sock (Press CTRL+C to quit)
  50. Secret key generated
  51. Secret key exists
  52. DISABLE_AUTH = False (<class 'bool'>)
  53. Users Exist
  54. Template Variables Exist
  55. INFO: - "GET /api/auth/me HTTP/1.1" 401 Unauthorized
  56. INFO: - "GET /api/auth/me HTTP/1.1" 401 Unauthorized
  57. INFO: - "POST /api/auth/refresh HTTP/1.1" 401 Unauthorized
  58. INFO: - "POST /api/auth/refresh HTTP/1.1" 401 Unauthorized
  59. INFO: - "POST /api/auth/login HTTP/1.1" 200 OK
  60. INFO: - "GET /api/apps/ HTTP/1.1" 200 OK
  61. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  62. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  63. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  64. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  65. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  66. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  67. INFO: - "GET /api/auth/me HTTP/1.1" 200 OK
  68. INFO: - "GET /api/apps/ HTTP/1.1" 200 OK
  69. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  70. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  71. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  72. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  73. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  74. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  75. INFO: - "GET /api/auth/me HTTP/1.1" 401 Unauthorized
  76. INFO: - "POST /api/auth/refresh HTTP/1.1" 200 OK
  77. INFO: - "GET /api/auth/me HTTP/1.1" 200 OK
  78. INFO: - "GET /api/apps/ HTTP/1.1" 200 OK
  79. INFO: - "GET /api/templates/ HTTP/1.1" 200 OK
  80. INFO: - "GET /api/compose/ HTTP/1.1" 200 OK
  81. INFO: - "GET /api/resources/networks/ HTTP/1.1" 200 OK
  82. INFO: - "GET /api/resources/images/ HTTP/1.1" 200 OK
  83. INFO: - "GET /api/apps/ HTTP/1.1" 200 OK
  84. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  85. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  86. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  87. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  88. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  89. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  90. INFO: - "GET /api/apps/ HTTP/1.1" 200 OK
  91. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  92. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  93. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  94. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  95. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  96. INFO: - "GET /api/apps/stats HTTP/1.1" 200 OK
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement