diff --git a/compose.yml b/compose.yml index 6cd4894..87b3e95 100644 --- a/compose.yml +++ b/compose.yml @@ -68,3 +68,14 @@ services: environment: - PASSWORD=1P2h3i4lon restart: unless-stopped + + flame-calvin: + image: pawelmalak/flame:latest + container_name: flame-calvin + volumes: + - ./flame-calvin:/app/data + ports: + - 15006:5005 + environment: + - PASSWORD=ItEMaTEsCo + restart: unless-stopped diff --git a/flame-calvin/config.json b/flame-calvin/config.json new file mode 100755 index 0000000..8bfbc52 --- /dev/null +++ b/flame-calvin/config.json @@ -0,0 +1 @@ +{"WEATHER_API_KEY":"305f701910ac4820aa8202241251707","lat":52.264149,"long":10.52642,"isCelsius":true,"customTitle":"Hey Sexy","pinAppsByDefault":false,"pinCategoriesByDefault":true,"hideHeader":false,"useOrdering":"createdAt","appsSameTab":false,"bookmarksSameTab":false,"searchSameTab":false,"hideApps":true,"hideCategories":false,"hideSearch":false,"defaultSearchProvider":"l","secondarySearchProvider":"d","dockerApps":false,"dockerHost":"localhost","kubernetesApps":false,"unpinStoppedApps":false,"useAmericanDate":false,"disableAutofocus":false,"greetingsSchema":"Good evening!;Good afternoon!;Good morning!;Good night!","daySchema":"Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday","monthSchema":"January;February;March;April;May;June;July;August;September;October;November;December","showTime":false,"defaultTheme":"#EFFBFF;#6EE2FF;#242B33","isKilometer":true,"weatherData":"cloud","hideDate":false} \ No newline at end of file diff --git a/flame-calvin/customQueries.json b/flame-calvin/customQueries.json new file mode 100644 index 0000000..d068a2b --- /dev/null +++ b/flame-calvin/customQueries.json @@ -0,0 +1 @@ +{"queries":[]} \ No newline at end of file diff --git a/flame-calvin/db.sqlite b/flame-calvin/db.sqlite new file mode 100644 index 0000000..0974c5b Binary files /dev/null and b/flame-calvin/db.sqlite differ diff --git a/flame-calvin/db_backups/db-231-backup.sqlite b/flame-calvin/db_backups/db-231-backup.sqlite new file mode 100644 index 0000000..c91f874 Binary files /dev/null and b/flame-calvin/db_backups/db-231-backup.sqlite differ diff --git a/flame-calvin/flame.css b/flame-calvin/flame.css new file mode 100755 index 0000000..b2e73b3 --- /dev/null +++ b/flame-calvin/flame.css @@ -0,0 +1,27 @@ +body::before { + content: ''; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: inherit; + filter: blur(8px) brightness(0.3); + z-index: -1; + +} + +body { + --color-background: #242b33; + --color-primary: #effbff; + --color-accent: #6ee2ff; + --spacing-ui: 10px; + background-color: var(--color-background); +background-image: url("https://images.alphacoders.com/134/thumb-1920-1342318.jpeg"); + background-repeat: no-repeat; + background-size: fill; + font-family: Roboto,sans-serif; + font-size: 14px; + transition: background-color .3s; + +} \ No newline at end of file diff --git a/flame-calvin/themes.json b/flame-calvin/themes.json new file mode 100644 index 0000000..3677809 --- /dev/null +++ b/flame-calvin/themes.json @@ -0,0 +1 @@ +{"themes":[{"name":"blackboard","colors":{"background":"#1a1a1a","primary":"#FFFDEA","accent":"#5c5c5c"},"isCustom":false},{"name":"gazette","colors":{"background":"#F2F7FF","primary":"#000000","accent":"#5c5c5c"},"isCustom":false},{"name":"espresso","colors":{"background":"#21211F","primary":"#D1B59A","accent":"#4E4E4E"},"isCustom":false},{"name":"cab","colors":{"background":"#F6D305","primary":"#1F1F1F","accent":"#424242"},"isCustom":false},{"name":"cloud","colors":{"background":"#f1f2f0","primary":"#35342f","accent":"#37bbe4"},"isCustom":false},{"name":"lime","colors":{"background":"#263238","primary":"#AABBC3","accent":"#aeea00"},"isCustom":false},{"name":"white","colors":{"background":"#ffffff","primary":"#222222","accent":"#dddddd"},"isCustom":false},{"name":"tron","colors":{"background":"#242B33","primary":"#EFFBFF","accent":"#6EE2FF"},"isCustom":false},{"name":"blues","colors":{"background":"#2B2C56","primary":"#EFF1FC","accent":"#6677EB"},"isCustom":false},{"name":"passion","colors":{"background":"#f5f5f5","primary":"#12005e","accent":"#8e24aa"},"isCustom":false},{"name":"chalk","colors":{"background":"#263238","primary":"#AABBC3","accent":"#FF869A"},"isCustom":false},{"name":"paper","colors":{"background":"#F8F6F1","primary":"#4C432E","accent":"#AA9A73"},"isCustom":false},{"name":"neon","colors":{"background":"#091833","primary":"#EFFBFF","accent":"#ea00d9"},"isCustom":false},{"name":"pumpkin","colors":{"background":"#2d3436","primary":"#EFFBFF","accent":"#ffa500"},"isCustom":false},{"name":"onedark","colors":{"background":"#282c34","primary":"#dfd9d6","accent":"#98c379"},"isCustom":false},{"name":"mint","colors":{"background":"#282525","primary":"#d9d9d9","accent":"#50fbc2"},"isCustom":false}]} \ No newline at end of file diff --git a/flame-calvin/uploads/1759561241269--spotify.png b/flame-calvin/uploads/1759561241269--spotify.png new file mode 100644 index 0000000..bab3923 Binary files /dev/null and b/flame-calvin/uploads/1759561241269--spotify.png differ diff --git a/flame-calvin/uploads/1759561503646--youtube.png b/flame-calvin/uploads/1759561503646--youtube.png new file mode 100644 index 0000000..19a4288 Binary files /dev/null and b/flame-calvin/uploads/1759561503646--youtube.png differ diff --git a/flame-calvin/uploads/1759561524515--icons8-spotify-100.png b/flame-calvin/uploads/1759561524515--icons8-spotify-100.png new file mode 100644 index 0000000..e45209b Binary files /dev/null and b/flame-calvin/uploads/1759561524515--icons8-spotify-100.png differ diff --git a/flame-calvin/uploads/1759561576753--spotify(1).png b/flame-calvin/uploads/1759561576753--spotify(1).png new file mode 100644 index 0000000..58ed0f1 Binary files /dev/null and b/flame-calvin/uploads/1759561576753--spotify(1).png differ diff --git a/searxng/assets/cyberpunk.png b/searxng/assets/cyberpunk.png new file mode 100644 index 0000000..be03c98 Binary files /dev/null and b/searxng/assets/cyberpunk.png differ