I really like the UI and wanted to easily access it. Anyone is welcome to use it if they want, but will have to register for an account at endlesstalk.org, since that is the only account you can login with.

  • BlueÆther@no.lastname.nz
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Hi I’ve never built a docker image from scratch and I’ve tried to build from your repo, but failed.

    Do you have build instructions (for a beginner)?

    Edit: This one seems to be the bees knees, and works. https://devopscube.com/build-docker-image/

    Edit 2: Getting a 502…

    Edit 3: Running, just need to modify the landing page… pointers?

    Edit 4: All up and running. my.lastname.nz

    • Philip@endlesstalk.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      The landing page is in src/routes/(meta)/instance/+page.svelte. The dev enviroment can be run via npm run dev, after running npm install. Then you should be access the project at localhost:5173 and watch the changes made in +page.svelte with hot reload.