-
### Is your feature request related to a problem? Please describe.
There are a lot of tests uses DropwizardAppExtension to init a PolarisApplication, for example:
```
private static final Dropwizar…
-
I want to host static files from specified folder, so when i open http://localhost (address of server) i get the static content without downloading so i can host html,css,js as it was some default ngi…
-
_as issue, as this change requires changes in adjacent libraries_
## Proposed changes
### cds-typer
Typer has to generate:
```ts
// index.ts
// This is an automatically generated file. Ple…
-
### 🐛 Describe the Bug
I am using Ubuntu 22.04 . curl -s http://install.ztnet.network | sudo bash
The domain name has been configured and there were no errors during installation
When using a …
-
### Checked for duplicates
No - I haven't checked
### Alternatives considered
No - I haven't considered
### Related problems
_No response_
### Describe the feature request
Eric ha…
-
Currently jobs are statically setup to SCP their logs to 127.0.0.1 on the Jenkins master. Need to enhance this to be a parameter so that you can create your own separate static log server.
Blocks #30…
-
### What problem will this feature address?
I'm trying to host next js as a static build using the nixpacks and the NGINX static server. However, according to nextjs [docs](https://nextjs.org/docs/ap…
-
o2.ftp:~$ cd static/thunder7
o2.ftp:thunder7$ composer update -W
/usr/bin/env: ‘php’: Permission denied
Skynet Agent v.BOA-5.5.0-lts on Devuan/daedalus welcomes you aboard
======== We…
-
### Describe the bug
500
Internal Error
### Reproduction
1. Create a `src/routes/+page.server.ts` file with this content
```ts
import type { PageServerLoad } from './$types';
export c…
-
The Navbar component is server-rendered. Since it is included in the root layout, this forces every single page to be server-rendered on demand (dynamic).
Because of this, the time to first byte of…