Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. musicman (musicman@nu.federati.net)'s status on Thursday, 06-Aug-2020 15:20:33 EDT musicman musicman
    It is kinda interesting to watch these status codes change, I guess:

    Waiting for alfresco to boot ...
    waiting for 1 resources: http://localhost:80/alfresco/
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 502
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 502
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 502
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 502
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 504
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    making HTTP(S) head request to url:http://localhost:80/alfresco/ ...
    HTTP(S) error for http://localhost:80/alfresco/ Error: Request failed with status code 404
    In conversation Thursday, 06-Aug-2020 15:20:33 EDT from nu.federati.net permalink
    1. musicman (musicman@nu.federati.net)'s status on Thursday, 06-Aug-2020 15:21:39 EDT musicman musicman
      in reply to
      the plot thickens:

      dwhitfield@dwhitfield-ubuntu-alfresco:~/docker-compose$ curl localhost
      <!DOCTYPE html>
      <html lang="en">
      <head>
      <meta charset="utf-8" />

      <!-- Important: cache busting for index.html -->
      <meta http-equiv="cache-control" content="max-age=0" />
      <meta http-equiv="cache-control" content="no-cache" />
      <meta http-equiv="expires" content="0" />
      <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
      <meta http-equiv="pragma" content="no-cache" />

      <title>Alfresco Content App</title>
      <base href="/" />

      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />

      <style>
      @keyframes bouncing-loader {
      from {
      opacity: 1;
      transform: translateY(0);
      }
      to {
      opacity: 0.1;
      transform: translateY(-1rem);
      }
      }
      .bouncing-loader {
      display: flex;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      }
      .bouncing-loader > div {
      width: 1rem;
      height: 1rem;
      margin: 3rem 0.2rem;
      background: #8385aa;
      border-radius: 50%;
      animation: bouncing-loader 0.6s infinite alternate;
      }
      .bouncing-loader > div:nth-child(2) {
      animation-delay: 0.2s;
      }
      .bouncing-loader > div:nth-child(3) {
      animation-delay: 0.4s;
      }
      </style>
      <link rel="stylesheet" href="styles.6e8aa5274d45263c2383.css"></head>
      <body>
      <main>
      <app-root>
      <div class="bouncing-loader">
      <div></div>
      <div></div>
      <div></div>
      </div>
      </app-root>
      </main>
      <script type="text/javascript" src="runtime.722b6038283055592bd5.js"></script><script type="text/javascript" src="es2015-polyfills.ad5286f4e2e84b66f7cf.js" nomodule></script><script type="text/javascript" src="polyfills.b2b295abfaa40f59aa71.js"></script><script type="text/javascript" src="scripts.1e4243dafc5f9dfa3a0a.js"></script><script type="text/javascript" src="main.6d7cd3d4bfa505ddf1ce.js"></script></body>
      </html>
      In conversation Thursday, 06-Aug-2020 15:21:39 EDT from nu.federati.net permalink
    2. musicman (musicman@nu.federati.net)'s status on Thursday, 06-Aug-2020 17:10:08 EDT musicman musicman
      in reply to
      ended up going a different direction. fixed, but now I need to set up ssl.
      In conversation Thursday, 06-Aug-2020 17:10:08 EDT from nu.federati.net permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.