question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Discussion: Serve in a subfolder

See original GitHub issue

Current paths are:

mydomain/public/...
mydomain/private/...
mydomain/static/...

I suggest optionally having it under a subfolder to make it easier to put ArchiveBox under a reverse proxy like Nginx.

mydomain/archivebox/public/...
mydomain/archivebox/private/...
mydomain/archivebox/static/...

Is it feasable?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
piratecommented, May 13, 2021

Reopening because I do want to allow this to be done eventually when I have time, it just probably wont be done anytime soon.

1reaction
piratecommented, Apr 27, 2021

It’s pretty difficult, but not impossible, there are a lot of /relative urls all over the codebase. A bunch are in the static html too, so it’s hard to change them after-the-fact since they wouldn’t be re-rendered after you reconfigure it automatically.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Serve a Subdomain as a Subdirectory - CSS-Tricks
There's a way to serve two different platforms on the same URL. And I'm going to show you the secret sauce so that,...
Read more >
Subdomain or Subdirectory? What They Are & How They ...
Subdomains will usually have at least a few subfolders within them to organize content, but likely not as many as a subdirectory. That's ......
Read more >
Use of Subfolders - Content Manager User Discussions
Hi Everyone, (we use 8.2) I wanted to do a quick poll on hoiw many of you are using the Subfolders functionality in...
Read more >
jrbecart - GitHub
Laravel doesn't support subfolder website ... There is no issue having Lavarel served out of the root of the "web directory" with: a...
Read more >
Nginx - serve static website from a subfolder - Server Fault
try this location /application { alias /home/username/web/application/public; index index.html; }.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found