forem / selfhost

Selfhost your Forem Community on your own infrastructure 🎉

Home Page:https://www.forem.com/get-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can i add script in head tag?

f2k2game opened this issue · comments

I would like to add custom script in head and body tag. Is that possible in selfhost?

And also is that any way to upload file in root folder? I would like to upload ads.txt file in root folder.

You could mount the file in from the host inside the container or build a custom container with that added to the rails root of Forem.

Thank You, I am new container topics, i can't able to locate container file
when i run

docker ps -a

It shows following image

traefik:2.3.0 
darthsim/imgproxy:v2      
quay.io/forem/openresty:1.17.8.2
redis:6.0.1
localhost/forem/forem:current ("bundle exec rails s…" as command)  
k8s.gcr.io/pause:3.5
localhost/forem/forem:current ("bundle exec sidekiq…" as command)
postgres:11

i have edited a file in both localhost/forem/forem:current container and restarted the forem but its doesn't make any changes in forem frontend.

This kind of question is better off on https://forem.dev/ which is the community for helping people use Forem to run their own community. This repo's issues board are for specific issues with the automation to run your own Forem.

You most likely want to build your own container with the custom changes you want and then edit /opt/forem/version and change CONTAINER to point to your custom image. Then restart Forem.

https://github.com/forem/selfhost/blob/main/playbooks/templates/forem.yml.j2#L54