.npmrc conflict

I was trying to publish to the package repo @werm-fw:registry https://gitlab.selectiont.com/api/v4/projects/543/packages/npm/ open up /root/.npmrc and remove these lines and it should work In npm.w I wrote a script that sets the registry right before it publishes it. If I don’t do this, it wont work, unless i set the “publishConfig”[…]

Read More »

WordPress: Http to https Images in posts

This is a one time application This article tells you what table the image links are saved I left this blank since i wanted links to stay relative just in case i ever move website Oops I was suppose to leave /wp-content/uploads in the url So now im going to[…]

Read More »

http to https

letsencrypt.w cert learncode.selectiont.com I set up nginx and then i come back and see this. I tried to log in the same way but nothing I had to put my nginx .conf file back to normal Log in Change this to https Or you can change it here, just in[…]

Read More »

WordPress: Trailing slashes

When i downloaded a site, noticed that i was getting this when i clicked on some pages I went a head a started digging and realized that wordpress was redirecting over and over and over again.  I put in a pf call at the beggining of werm.php and it stopped[…]

Read More »

Install child theme

In the root of your theme, you should have a “style.css” sheet with this code inside Where it says “Template:” is most important Install a plugin called “Child Theme Configurator” Click the analyze button Set this option only if you are using a functions.php file at the root of your[…]

Read More »

docker: set and use external networking across seperate docker-compose stacks, also creating that network using a or multiple environmental vars

first I have to create the network, I can either do it through setting the “driver” option as “bridge” in my docker-compose file or by manually creating it outside of docker-compose using Now in another docker-compose file, I want to access containers attached to that same network. to do so,[…]

Read More »