thomiceli / opengist

Self-hosted pastebin powered by Git, open-source alternative to Github Gist.
https://demo.opengist.io
GNU Affero General Public License v3.0
1.52k stars 76 forks source link

how to change the page? #287

Closed jueshifuqing closed 1 month ago

jueshifuqing commented 1 month ago

great project! Im fisher. I run with docker. but I can't find the web page file in docker,which folder the pages in? like home page, edit page? thx

thomiceli commented 1 month ago

Not sure to understand, you want to access the source of the HTML pages ? If so you can't if you're using the Docker image or the binary, since they are embedded directly inside the binary. If you wish to modify html templates you have to take the source and recompile it with your changes.