Skip to content

issues Search Results · repo:PierreZ/goStatic language:Go

Filter by

35 results
 (68 ms)

35 results

inPierreZ/goStatic (press backspace or delete to remove)

If I m hosting a static single page app, this package is a godsend, appreciate it so much. My question comes when this SPA makes cross-domain calls to an api server; it can work but the overhead of the ...
  • coladarci
  • Opened 
    on Feb 29, 2024
  • #66

docker build . [builder 4/4] RUN mkdir ./bin apt-get update apt-get install -y upx GOOS=$(echo linux/amd64 | cut -f1 -d/) GOARCH=$(echo linux/amd64 | cut -f2 -d/) GOARM=$(echo ...
  • tomscytale
  • Opened 
    on Nov 14, 2023
  • #63

Was running successfully on fly.io but then set entrypoint = [ /goStatic , -fallback , index.html ] Now I see 2023-11-13T23:18:12Z app[48ed43dc20e198] lhr [info] INFO Preparing to run: `/goStatic -fallback ...
  • tomscytale
  • Opened 
    on Nov 13, 2023
  • #61

I host a static site on Fly.io using goStatic and I want to use custom headers (by providing the argument -header-config-path string). This is the Dockerfile: FROM pierrezemb/gostatic COPY ./public/ ...
  • mikaelf
  • 3
  • Opened 
    on Jan 3, 2023
  • #59

gostatic is a very useful tool to publish files on the fly for testing. However putting files into the container in a kubernetes environement is not that easy as kubectl cp requires tar to be present in ...
  • gl
  • 2
  • Opened 
    on Dec 28, 2022
  • #58

I use goStatic in a docker/traefik setup where goStatic serves as errorpages and a catch-all. So any route that isn t matched by traefik will get routed to goStatic. The setup works well. Traefik will ...
  • stephanrenggli
  • 4
  • Opened 
    on Oct 14, 2022
  • #56

Hello there, I have an Angular SPA app with 3 routes setup like this : - / - this one is working on reload and through navigation. - /another-route-1 - this one is working only through navigation. ...
  • alexandre-dos-reis
  • 3
  • Opened 
    on Jul 8, 2022
  • #55

When I run the container, I get a message like... 9:52AM INF Listening at 0.0.0.0:8043 /... ...in gnome-terminal, however I cannot open the link 0.0.0.0:8043 in a browser when I click on it, even when ...
enhancement
  • KonradHoeffner
  • 2
  • Opened 
    on Mar 1, 2022
  • #52

Docker convention tends to encourage environment variables for configuration of container parameters. I need a 404 for my static sites, so I override the entrypoint with -fallback, but I find this method ...
  • deranjer
  • 1
  • Opened 
    on Feb 15, 2022
  • #50

Where to keep index.html file on host to serve it from goStatic container? Config says it s /srv/http. But where to find this folder on host?
  • itsKV
  • 1
  • Opened 
    on Dec 11, 2021
  • #48
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub