Skip to content

Commit 8408ea1

Browse files
committed
snowshoe-hare.0.2.0
1 parent 5e81b8f commit 8408ea1

File tree

144 files changed

+6902
-103773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+6902
-103773
lines changed

Diff for: Dockerfile

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
##FROM openjdk:17-jre-slim
2-
FROM eclipse-temurin:17-jre-jammy
1+
FROM eclipse-temurin:21-jre-jammy
32

43
# Install additional packages
54
RUN apt-get update && apt-get install -y \
@@ -9,7 +8,6 @@ RUN apt-get update && apt-get install -y \
98
npm \
109
nodejs \
1110
imagemagick \
12-
golang-go \
1311
procps \
1412
&& rm -rf /var/lib/apt/lists/*
1513

@@ -18,7 +16,9 @@ WORKDIR /app
1816
#COPY docker-staging/* .
1917
# Copy all necessary files and delete unnecessary ones in a single RUN command
2018
COPY docker-staging/rvbbit.jar .
19+
COPY docker-staging/run-rabbit.sh .
2120
COPY docker-staging/defs ./defs
21+
COPY docker-staging/themes ./themes
2222
COPY docker-staging/connections ./connections
2323
COPY docker-staging/assets ./assets
2424
COPY docker-staging/resources ./resources
@@ -45,10 +45,11 @@ RUN mkdir ./db \
4545
# Create a startup script
4646
RUN echo '#!/bin/sh' > /start.sh && \
4747
echo 'echo "Running additional startup commands..."' >> /start.sh && \
48-
echo 'go install github.com/danielmiessler/fabric@latest' >> /start.sh && \
4948
echo 'cd extras/node-colorthief ; npm install ; cd ../..' >> /start.sh && \
5049
echo 'echo "Starting RVBBIT..."' >> /start.sh && \
51-
echo 'exec java -jar rvbbit.jar' >> /start.sh && \
50+
echo 'chmod 777 ./run-rabbit.sh' >> /start.sh && \
51+
#echo 'exec java -jar rvbbit.jar' >> /start.sh && \
52+
echo 'exec ./run-rabbit.sh' >> /start.sh && \
5253
chmod +x /start.sh
5354

5455
# Use the startup script as the entry point

Diff for: README.md

+1-1
-3.19 MB
Binary file not shown.
-3.29 MB
Binary file not shown.
-2.93 MB
Binary file not shown.
-4.49 MB
Binary file not shown.

Diff for: backend/assets/screen-snaps/apple-chicago.jpg

-125 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/basic-client-stats.jpg

-160 Bytes

Diff for: backend/assets/screen-snaps/big-clock.jpg

-804 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/bigfoot-snapshot.jpg

-139 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/bigfoot-snapshots3.jpg

-174 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/calliope-art.jpg

-181 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/cyan-pink-creepers.jpg

-642 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/december.jpg

-130 KB
Binary file not shown.
231 KB
-248 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/ecto-cooler-shade.jpg

-141 KB
Binary file not shown.
-451 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/frost-terminal2.jpg

-536 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/game-of-life.jpg

-544 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/hue-board.jpg

-185 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/late-december.jpg

-4.12 KB

Diff for: backend/assets/screen-snaps/light-modern.jpg

-261 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/light-theme.jpg

-292 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/pastel-board.jpg

-186 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/pivot-party.jpg

-244 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/quick-gen-mod.jpg

-332 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/random-collection.jpg

-204 KB

Diff for: backend/assets/screen-snaps/rotating-theme-blank.jpg

-379 KB

Diff for: backend/assets/screen-snaps/servicenow-demo.jpg

-93.9 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/steel-and-teal2.jpg

-154 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/test-pastel.jpg

-124 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/winter-info-economy.jpg

-253 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/winter-theme-hybrid.jpg

-255 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/winter-theme-hybrid2.jpg

-308 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/winter-theme-hybrid3.jpg

-197 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/winter-theme.jpg

-117 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/xtdb-test-orig.jpg

-216 KB
Binary file not shown.

Diff for: backend/assets/screen-snaps/xtdb-test.jpg

-171 KB
Binary file not shown.

Diff for: backend/defs/config.edn

+21-8
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,32 @@
44
;; | \ \/ |__] |__] | | |__] | | ___] |___ |___ |__| | \| | | |__]
55
;;
66
;; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7-
;; docs coming soon, doc!
7+
;;
8+
9+
;; BASIC SERVER / CLIENT SETTINGS
810

9-
{:debug-level 1 ;; for console output. somewhat deprecated.
10-
:hide-sub-and-unsub-alerts? true ;;false
11-
:show-query-times? false
12-
:log-atom-sizes? true ;false ;; expensive, only for debugging
13-
:ui-debug? false ;true ;false ;true
14-
:render-pop? true ;; semi-expensive but enjoyable
11+
{:debug-level 1 ;; console output. somewhat deprecated. will be removed for an a-la-carte console print "type" system.
12+
:hide-sub-and-unsub-alerts? true ;; client side pop-up showing reactor sub actions (debug only, annoying)
13+
:show-query-times? false ;; client side pop-up alert showing SQL query times and query body (debug only, annoying)
14+
:console-viz-client-sparklines? true
15+
:console-viz-settings [[:cpu :mem :threads] [15] false nil]
16+
;; ^ types of charts to render ^ what time segments to show (seconds) ^ show big-title ^ console-width (nil tries to autosize)
17+
;; charts availiable: - [:load :watchers :signal-reactions :mem :nrepl-calls :sql-queries :flows :leaf-evals :pool-tasks :msgs-cum :queued :tasks
18+
;; :threads :msgs :sql-exec :nrepl-intro-calls :clover-params :subs :pool-tasks-run :subs-client :websockets :solvers :workers
19+
;; :queues :viz-recos :reactions :cpu :queue-tasks :non-heap-mem]
20+
:log-atom-sizes? true ;false ;; expensive, only for debugging - if enabled, see server-stats2 screen, it has it's own tab (localhost:8888/#/server-stats2)
21+
:ui-debug? false ;; adds some extra counters, elements and reactions
22+
:render-pop? true ;; semi-expensive but enjoyable (the 'tilt shift' upon re-rendering)
1523
:default "screens/late-december.edn"
1624
;; ^^ if no screen given in URL, load this one. the "start page" essentially.
17-
;; if this screen can't be read or is nil, you will get a basic blank screen with a basic theme
25+
;; if this screen can't be read or is nil, you will get a basic blank screen with a base theme
1826
:harvest-on-boot? true
1927
;; ^^ do a full database sniff for each connection on boot? No reason not to unless it is causing issues.
28+
29+
30+
;; ------------------------------------------------------------------------
31+
;; Below is advanced and I'm still writing the docs for it. To be continued.
32+
2033
:modes {:pre [:pre
2134
{:style {:color :theme/editor-outer-rim-color
2235
:background-color "#00000000"

0 commit comments

Comments
 (0)