Ward icon indicating copy to clipboard operation
Ward copied to clipboard

Server dashboard

Results 25 Ward issues
Sort by recently updated
recently updated
newest added

docker build . --tag ward

If i want to compile with "mvn clean package", this error drops: `class lombok.javac.apt.LombokProcessor (in unnamed module @0x69feb4d9) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not...

When I use windows 11 to access the application, the website returns 500 and I debug and find that an exception is thrown, as shown in the figure ![image](https://user-images.githubusercontent.com/49433104/174486822-081026ef-9aa8-41ce-a849-aac627c946ba.png) By...

This what Ward shows: ``` 16 GiB Total 6 Disks 935 MiB Swap ``` However my Pi has only single card (1 disk) with 2 partitions on it: ``` $...

bug

I am confused about why you need two ports to the same application .. what is the purpose of this? It makes it difficult to put this behind a reverse...

If you have a machine with an uptime of a 100 days or more, the following will be rendered ![image](https://user-images.githubusercontent.com/6316604/102724524-cba81b00-4318-11eb-93b6-cf414358684f.png)

bug

Hello, I followed the instructions for a docker installation, and I don't have any error in logs, as you can see here : > 2020-12-09 15:46:18.180 INFO 1 --- [...

Is there an official image for this in dockerhub? I would like to use this on my kubernetes cluster, but don't want to set up my own script to check...

``` Sending build context to Docker daemon 9.348MB Step 1/9 : FROM maven:3.6.3-jdk-8 as builder 3.6.3-jdk-8: Pulling from library/maven no matching manifest for linux/arm64/v8 in the manifest list entries ```

It would be awesome if I could pass JAVA_OPTS environment variable to the docker image when it is built and be able to set my own options for the JAVA...