pagePark icon indicating copy to clipboard operation
pagePark copied to clipboard

I wrote this simple Node.js folder-based HTTP server that serves static and dynamic pages for domains I've bought but not yet used. Then I kept going...

Results 15 pagePark issues
Sort by recently updated
recently updated
newest added

Is it possible to do a server side include (SSI) with pagePark or would one build the html of the envelope and tuck the contents inside a .js file and...

Using pagePark on Digital Ocean droplet. [It works!] In pagePark, tried config.json of : { "urlSiteContents": "http://oldschool.scripting.com/sbwTweet" } In browser, the blog rendered, but then browser would show locally stored...

I realize Dave is occupied elsewhere but others may identify an issue. npm suggested using --trace-warnings for detail: pagePark starts. I can port scan 1339. When I try to read...

Caddy is a web server that can do automatic HTTPS, automatically provisioning TLS certificates (from Let's Encrypt) for a domain and keeping them renewed. This already works with PagePark if...

## Initial Setup 1. Signup or Login to at https://glitch.com/ 2. Scroll to the bottom of the page that says “Manage Your Projects” and in the box that says “Import...

Following instructions here: https://github.com/scripting/pagePark#v0818-62221-by-dw ## What I've done I have an OPML file hosted: http://lo2.geekity.com/andrewshell/myOutlines/pagepark-howto-glitch.opml In PagePark for the domain `glitch-howto.shll.me` I have the file `config.json` with the following contents:...

I got a note that my friend Anton is using PagePark. I wanted to open a thread here in case he has any questions. I prefer using GitHub over mail...

I've tested deploying pagePark to Digital Ocean's app platform. Deployment from a Github repo is pretty straight forward and could be easier to understand than the process of building a...

### The proposed feature If a request arrives for which there is no sub-folder of the domains folder to route it to, if there is a sub-foldler named _default,_ the...

To @danmactough and other Node mentors of mine, I call your attention to delegateRequest, a function inside PagePark. https://github.com/scripting/pagePark/blob/master/pagepark.js#L648 It works and it's deployed so I have to be careful...