https://openbrush.app/ logo
Join Discord
Powered by
# icosa-gallery-development
  • m

    mikesky

    04/28/2025, 12:09 PM
    I think there’s some threejs stuff in the support folder, but otherwise the scene light matrices were probably hand added by me in bulk, and the rest copied from the c# shader default
  • a

    andybak

    04/28/2025, 12:10 PM
    ok. so mostly a manual job
  • m

    mikesky

    04/28/2025, 12:12 PM
    Back when that was something I had time for… 😆
  • u

    utopiah

    06/02/2025, 2:42 PM
    Hi,tried to test locally via docker compose (well podman) and getting
    [02/Jun/2025 14:38:58] "GET /static/images/logo.png HTTP/1.1" 404 6921
  • u

    utopiah

    06/02/2025, 2:52 PM
    Getting 404s everywhere beside / so not sure what's up. I did bind to port 80 just in case (despite running rootless) but that doesn't seem to help.
  • a

    andybak

    06/02/2025, 3:26 PM
    @James R ☝️
  • j

    James R

    06/02/2025, 3:32 PM
    @utopiah do you mean that you're getting 404s not just for /static/ urls but every url that is not
    /
    ?
  • j

    James R

    06/02/2025, 3:33 PM
    @utopiah can you maybe share your
    .env
    file after scrubbing secrets from it?
  • u

    utopiah

    06/02/2025, 3:38 PM
    it's all default but
    Copy code
    DEPLOYMENT_HOST_WEB=example.localhost
    DEPLOYMENT_HOST_API=api.example.localhost
    DJANGO_SECRET_KEY=whatever
    JWT_SECRET_KEY=whatever
  • u

    utopiah

    06/02/2025, 3:38 PM
    and I tried via http://example.localhost:8000
  • u

    utopiah

    06/02/2025, 3:39 PM
    I also tried via http://example.localhost after changing user rights to allow opening for port 80 but that didn't help
  • j

    James R

    06/02/2025, 3:42 PM
    I think you might need to put an entry in your machine's
    /etc/hosts/
    file (on unix/linux) like this:
    Copy code
    127.0.0.1        example.localhost
    127.0.0.1        api.example.localhost
  • j

    James R

    06/02/2025, 3:44 PM
    From INSTALL.md, it's in
    C:\Windows\System32\drivers\etc\hosts
    if you're on windows @utopiah
  • j

    James R

    06/02/2025, 3:45 PM
    Did you also do the symlinking step from INSTALL.md? > #### If you wish to run the api at a subdomain:
    Copy code
    ln -s nginx/templates/api-subdomain.conf.template nginx/templates/default.conf.template
  • u

    utopiah

    06/02/2025, 3:46 PM
    I did ask those entries before yes
  • u

    utopiah

    06/02/2025, 3:47 PM
    (I'm on Linux)
  • u

    utopiah

    06/02/2025, 3:47 PM
    ah, no symlink though, thought it was optional!
  • u

    utopiah

    06/02/2025, 3:47 PM
    trying
  • u

    utopiah

    06/02/2025, 3:47 PM
    seems to be just for API though
  • j

    James R

    06/02/2025, 3:47 PM
    I'll make it clearer in the docs; you have to choose one.
  • j

    James R

    06/02/2025, 3:49 PM
    It's for both api and non-api. It's basically the main proxy settings. You'll need to delete the default.conf.template directory that is already there.
  • u

    utopiah

    06/02/2025, 3:54 PM
    Hmmm still
    Copy code
    [02/Jun/2025 15:53:17] "GET / HTTP/1.1" 200 6909
    [02/Jun/2025 15:53:17] "GET / HTTP/1.1" 200 6909
    [02/Jun/2025 15:53:17] "GET /static/CACHE/css/output.75163e8c16b3.css HTTP/1.1" 404 6936
    [02/Jun/2025 15:53:17] "GET /static/CACHE/css/output.75163e8c16b3.css HTTP/1.1" 404 6936
    so might restart from scratch.
  • j

    James R

    06/02/2025, 4:01 PM
    It's a bit frustrating if you didn't do the symlinking first. is
    default.conf.template
    a file and does it look like it's symlinked to one of the configs you chose? You'll probably need to rebuild.
  • u

    utopiah

    06/02/2025, 4:40 PM
    No worries I'll do things properly, honestly I skimmed through so surely the mistake was mine.
  • j

    James R

    06/02/2025, 4:44 PM
    The fault must lie somewhat with me :^) I've never liked that particular bit of the installation: it's a bit non-standard and easy to forget. Anyway, let me know how you get on.
  • j

    James R

    06/18/2025, 9:20 AM
    Hi. Just wondering if you got this working in the end. Let me know if you need any help?
  • u

    utopiah

    06/18/2025, 10:41 AM
    Didn't have the occasion to try again but I'll keep it in mind, thanks!
  • u

    utopiah

    06/18/2025, 10:43 AM
    Actually we could try something like https://video.benetou.fr/w/s5L3HibTfc1GbSEJPWcdzU were we do it recorded, if you believe it could help others
  • j

    James R

    06/18/2025, 12:14 PM
    I'll have to do some tidying up around here if we're going to record it! If you think it'd be helpful then sure. I suspect I should work on getting the installer more seamless or at least the documentation more clear first though.
  • u

    utopiah

    06/19/2025, 3:33 AM
    It kind of gives me an excuse to make it happen. It's honestly no stress because you can fix the doc on the spot,... and between us if it's absolutely terrible, like if I really don't manage and I end up sounding like a total idiot, we don't upload it! 😛