[Support] A75G Repo


Recommended Posts

19 hours ago, Subutai said:

Running that command shows this:

 

1700577969_created_bookmarks.js   1700577969_created_tags.js   1700577970_created_admin.js    1706184681_updated_users.js
1700577969_created_categories.js  1700577969_updated_users.js  1700577970_update_settings.js  1709315230_updated_bookmarks.js

 

Screenshot 2024-04-03 at 12-06-12.png

Screenshot 2024-04-03 at 12-06-40.png

Not that I am any authority on the topic, but it appears I can log into the admin panel with the default admin credentials listed in the template even after changing them numerous times. And when looking for the .env file I dont seem to be finding it at all. 

 

Grimoire doesnt have a folder in my appdata, and the ls command returns the same result as above, but I believe its just continueing to use the default .env and not making changes.

Edited by Senti_Mentel
Link to comment
5 hours ago, Senti_Mentel said:

Not that I am any authority on the topic, but it appears I can log into the admin panel with the default admin credentials listed in the template even after changing them numerous times. And when looking for the .env file I dont seem to be finding it at all. 

 

Grimoire doesnt have a folder in my appdata, and the ls command returns the same result as above, but I believe its just continueing to use the default .env and not making changes.

For anybody looking at this in the meantime until he can respond, it looks like he has redone the templates for both grimoire and his pocketbase install, which dont appear as updates, but when followed appears like everything is working as it should.

Since I hadnt been using it long I just removed both containers and re installed, worked first try

 

PS. thanks for this container and support A75G, much appreciated!

Edited by Senti_Mentel
Link to comment
6 hours ago, Senti_Mentel said:

Not that I am any authority on the topic, but it appears I can log into the admin panel with the default admin credentials listed in the template even after changing them numerous times. And when looking for the .env file I dont seem to be finding it at all. 

 

Grimoire doesnt have a folder in my appdata, and the ls command returns the same result as above, but I believe its just continueing to use the default .env and not making changes.

 

1 hour ago, Senti_Mentel said:

For anybody looking at this in the meantime until he can respond, it looks like he has redone the templates for both grimoire and his pocketbase install, which dont appear as updates, but when followed appears like everything is working as it should.

Since I hadnt been using it long I just removed both containers and re installed, worked first try

 

PS. thanks for this container and support A75G, much appreciated!

 

The latest update to the template should address this issue of username password and the origin

 

46 minutes ago, DominikGX said:

It's worth mentioning that there is already a newer official repository: https://hub.docker.com/r/cryptpad/cryptpad

 

 

 

will look it up when i can problem with this docker it has so many changes overtime that you cant keep it up so that why i put specific version

Link to comment

For anyone attempting to install Cryptpad needing to use different ports (3000 is used by Grafana by default which a lot of us will already have installed!), I struggled at first but wanted to share how I eventually got it working!

 

Decide ahead of time which ports you want to use (I went 5000, 5001, 5003) as this will speed up the setup process.

 

I followed the instructions in CA Apps to change permissions, make directories etc., then installed the container, but amended the pre-set Ports.

 

You will need to REMOVE Port 1, Port 2, Port 3; and then re-add them, matching the Container Port to whatever Ports you intend to use (so Port 1 should show 5000 in each box)

 

IMG_0049.thumb.jpeg.64ffa3716e3bd4654b550fc43696e130.jpeg

 

Install the Container, and then we can finish with the amends to config.js.

 

Amended the config.js file as per instructions, ensuring you Uncomment the httpAddress setting and set as 0.0.0.0

 

I then uncommented and amended the three pre-set ports (3000, 3001, 3003) to be 5000, 5001, 5003.

 

IMG_0050.thumb.jpeg.de00fa25cbde8da88f0bbeef90c73a4b.jpeg

 

After all this I then was able to get into Cryptpad WebGUI successfully and create docs.

Edited by erf89
  • Thanks 1
Link to comment
On 4/4/2024 at 2:58 PM, A75G said:

 

 

The latest update to the template should address this issue of username password and the origin

 

 

will look it up when i can problem with this docker it has so many changes overtime that you cant keep it up so that why i put specific version

The new template solves the admin and origin issue, but now your unable to add categories, change theme, edit or add bookmarks, etc, Grimoires log shows nothing. Any Ideas? seems like a permissions issue to me

 

Link to comment
3 hours ago, Senti_Mentel said:

The new template solves the admin and origin issue, but now your unable to add categories, change theme, edit or add bookmarks, etc, Grimoires log shows nothing. Any Ideas? seems like a permissions issue to me

 

Can you try changing latest to 0.3.1 for Grimoire

Link to comment
25 minutes ago, Senti_Mentel said:

Worked like a charm, access to everything, settings saving, and admin panel access! Out of curiosity what exactly was the issue between latest and 0.3.1?

not sure i saw dev made some changes in github

Link to comment

Hi,

Chibisafe after update to 6.0.0 (and 6.0.1) isn't working anymore with the current template.
In the logs i see it makes itself avaiable in docker port 8001 (instead of 8000): redirecting a port to that 8001 loads a chibisafe page but seems to be unable to connecto to its server.

 

In the official GIT it says that migration from 5.x.x to 6.x.x is handled automatically but it doesn't seems the case.


Any idea?

 

BTW: downgrading to previous 5.x.x version works.


thanks,

 

Edited by dhstsw
Link to comment
Posted (edited)
2 hours ago, dhstsw said:

Hi,

Chibisafe after update to 6.0.0 (and 6.0.1) isn't working anymore with the current template.
In the logs i see it makes itself avaiable in docker port 8001 (instead of 8000): redirecting a port to that 8001 loads a chibisafe page but seems to be unable to connecto to its server.

 

In the official GIT it says that migration from 5.x.x to 6.x.x is handled automatically but it doesn't seems the case.


Any idea?

 

BTW: downgrading to previous 5.x.x version works.


thanks,

 

Never mind they have changed alot to the docker compose. this might require change to two dockers now

For the time being leave it 5.x to check how this works

 

Edited by A75G
Link to comment

Hello! Thank you for putting together the PocketBase and grimoire containers. I checked this thread and changed the grimoire version to 0.3.1 as you suggested. Login works now.
But Regarding pocketbase’s webui, I can’t seem to be able to access it. I get the following when navigating to it
{"code":404,"message":"Not Found.","data":{}}

even though the container itself is running and the port mapping seems to be correct?

Link to comment
Posted (edited)
7 hours ago, dhstsw said:

Hi,

Chibisafe after update to 6.0.0 (and 6.0.1) isn't working anymore with the current template.
In the logs i see it makes itself avaiable in docker port 8001 (instead of 8000): redirecting a port to that 8001 loads a chibisafe page but seems to be unable to connecto to its server.

 

In the official GIT it says that migration from 5.x.x to 6.x.x is handled automatically but it doesn't seems the case.


Any idea?

 

BTW: downgrading to previous 5.x.x version works.


thanks,

 

Okay i have added Chibisafe requirement for 6.0 when running it you will require to install three containers

chibisafe_server
chibisafe-caddy

chibisafe

 

Additionally you must put them in docker network

Please test it and inform me for any changes

 

Edited by A75G
Link to comment
22 minutes ago, viviolay said:

Hello! Thank you for putting together the PocketBase and grimoire containers. I checked this thread and changed the grimoire version to 0.3.1 as you suggested. Login works now.
But Regarding pocketbase’s webui, I can’t seem to be able to access it. I get the following when navigating to it
{"code":404,"message":"Not Found.","data":{}}

even though the container itself is running and the port mapping seems to be correct?

You dont access pocketbase you only access grimoire

pocketbase is only the backend

Link to comment

Flarum help

when installing a package i get this

 

/opt/flarum # composer require nearata/flarum-ext-embed-video:"*"
./composer.json has been updated
Running composer update nearata/flarum-ext-embed-video
Loading composer repositories with package information
https://repo.packagist.org could not be fully loaded (curl error 7 while downloading https://repo.packagist.org/packages.json: Failed to connect to repo.packagist.org port 443 after 0 ms: Couldn't connect to server), package information was loaded from the local cache and may be out of date

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

In CurlDownloader.php line 372:
                                                                                                                                 
  curl error 7 while downloading https://repo.packagist.org/p2/psr/http-message-implementation.json: Failed to connect to repo.  
  packagist.org port 443 after 0 ms: Couldn't connect to server                                                                  
                                                                                                                                 

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]

 

Edited by Tweak91
Link to comment
23 hours ago, A75G said:

Okay i have added Chibisafe requirement for 6.0 when running it you will require to install three containers

chibisafe_server
chibisafe-caddy

chibisafe

 

 

Thanks, but atm in CA the only chibisafe avaiable is the caddy:
image.png.234c27d44fbcdd1772b9be0206e6e9ca.png

Edited by dhstsw
Link to comment

Hi,

As said, no chibisafe-server container in CA (and, in the while, even the "old" chibisafe template went dark, no traces of it).

There's the one in hub.docker.com, and that's the one i tried to use.
Only that there's no documentation of it (at least, i didn't find one).

so:

Quote

1. Create docker network - "docker network create NETOWK"

Ok.

 

Quote

2. Install chibisafe-server put it in the docker network you create and change SERVE_UPLOADS_FROM variable to your IP example "http://192.168.0.100:24424"


Yes, but wich other variable is involved? Wich port should be redirected to wich port?
 

Quote

3. Install chibisafe put it in the docker network you create


Yes, but what about the template variables?
The docker port 8000, redirected to 24424, how should be configured?
Should the other variables be left alone?

 

Quote

4. Unraid CLI "wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile"

Ok.
 

Quote

5. Install chibisafe-caddy and use it to access chibisafe


So, i guess chibisafe-caddy doesn't need to be included in the custom network.
I hope so, cause the "old" chibisafe is already included in a custom networek shared with SWAG (to be accessible through a domain from outside).
Also, what is exactly the "BASE_URL:"?

thanks.


 

Edited by dhstsw
Link to comment
50 minutes ago, ameer said:

Chibisafe no longer in CA ??

After update to 6.0 it broke on me!!

Unfortunately I deleted the old files so I cannot downgrade simply.

I hope it returns soon, any alternative?!


Download the previous release with: chibisafe/chibisafe:v5.6.10

Link to comment

Hey, after some trial and error I have managed to get Girmoire installed and for most parts it works, but none of the icons or images are loading for bookmarks. does anyone know why this might be happening?

 

I have attached some screenshots to show me issue

 

Thanks

msedge_T40aJD0yhw.png

msedge_9t9nIA2xCG.png

Link to comment
On 4/20/2024 at 3:56 PM, Bremsklotz said:

Just updated Dashy container. Had to change the port from 80 to 8080 and /app/public/conf.yml changed to /app/user-data/conf.yml --> see https://github.com/Lissy93/dashy/discussions/1529

 

The linked config in the description doesn't exist anymore. I think it is now https://github.com/Lissy93/dashy/blob/3.0.0/user-data/conf.yml

Mine has stopped working after update. I have in on port 4000, but behind SWAG proxy. After update SWAG reports "502 Bad Gateway" and in error log "connection refused". Seems like this update broke something?

Link to comment
On 4/20/2024 at 9:56 AM, Bremsklotz said:

Just updated Dashy container. Had to change the port from 80 to 8080 and /app/public/conf.yml changed to /app/user-data/conf.yml --> see https://github.com/Lissy93/dashy/discussions/1529

 

The linked config in the description doesn't exist anymore. I think it is now https://github.com/Lissy93/dashy/blob/3.0.0/user-data/conf.yml


My Dashy docker isn't working.  The container is running and seems to be functioning as normal however no response on the normal URL (http://10.x.x.x:8091).  I've had it on local port `8091` for as long as I can remember.  I've attempted force upgrade and change the internal port# with no luck.  The docker logs indicate that it loaded correctly; the full log is below.  Are we waiting just waiting for an unRAID docker container update? 
 

Log:
 

Welcome to Dashy! 🚀
Your new dashboard is now up and running with Docker
*******************************************************************************************


Using Dashy V-3.0.0. Update Check Complete
 Dashy is Up-to-Date


 WARNING  Compiled with 1 warning2:52:24 PM

 warning  

asset size limit: The following asset(s) exceed the recommended size limit (9.54 MiB).
This can impact web performance.
Assets: 
  item-icons/dashboard-icons/.git/objects/pack/pack-a4097755b8b0228a64c7df124996a2421b7f3876.pack (21.8 MiB)

  File                                      Size             Gzipped

  dist/js/chunk-vendors.92e65062.js         6358.33 KiB      2293.83 KiB
  dist/js/dashy.43c6539a.js                 768.52 KiB       231.87 KiB
  dist/js/chunk-4cfc5864.4aba8cfa.js        250.36 KiB       74.98 KiB
  dist/precache-manifest.dab5592d8f70277    96.49 KiB        23.45 KiB
  2f46de6348e5654ef.js
  dist/js/chunk-50f31ec3.96f6cd6b.js        79.45 KiB        19.64 KiB
  dist/js/chunk-180be55e.f947613e.js        15.94 KiB        5.30 KiB
  dist/js/chunk-468d3a74.a5fc4bfa.js        15.58 KiB        4.49 KiB
  dist/js/chunk-03c5a0ba.399ef71d.js        15.38 KiB        5.04 KiB
  dist/js/chunk-16e26d5d.ee5b2c63.js        14.94 KiB        4.49 KiB
  dist/js/chunk-2642eaf9.4eed1878.js        14.39 KiB        4.88 KiB
  dist/js/chunk-0367deae.f8ce8511.js        13.15 KiB        4.52 KiB
  dist/js/chunk-7bba3126.e4385130.js        12.26 KiB        4.26 KiB
  dist/js/chunk-08ca355a.26f829d9.js        11.12 KiB        4.12 KiB
  dist/js/chunk-38169201.f89dfac1.js        11.10 KiB        4.44 KiB
  dist/js/chunk-460e6092.c50e1a0e.js        11.02 KiB        4.07 KiB
  dist/js/chunk-445cc501.4e92c9f7.js        10.89 KiB        4.09 KiB
  dist/js/chunk-187213fc.f70a23c4.js        10.80 KiB        4.03 KiB
  dist/js/chunk-edbdb67c.2a7383c8.js        9.28 KiB         3.32 KiB
  dist/js/chunk-2925d418.d00939dd.js        9.04 KiB         3.08 KiB
  dist/js/chunk-93c6be8c.e412d699.js        8.25 KiB         3.10 KiB
  dist/js/chunk-c8bd4cd0.da35f1b3.js        8.07 KiB         2.99 KiB
  dist/js/chunk-0248a1e9.d8ae36a6.js        8.03 KiB         2.86 KiB
  dist/js/chunk-7ba8e45c.31261b47.js        7.82 KiB         2.96 KiB
  dist/js/chunk-49f2d909.cbc33fa0.js        7.73 KiB         2.87 KiB
  dist/js/chunk-7e15df28.012f53d9.js        7.61 KiB         2.66 KiB
  dist/js/chunk-070d32ac.458ca0d0.js        7.35 KiB         2.87 KiB
  dist/js/chunk-0894290e.7f4f8889.js        7.11 KiB         2.69 KiB
  dist/js/chunk-e77c83e6.48594eb8.js        7.05 KiB         2.65 KiB
  dist/js/chunk-92c623f0.7b960119.js        7.02 KiB         2.81 KiB
  dist/js/chunk-fc7a7722.2250ffe1.js        6.96 KiB         2.59 KiB
  dist/js/chunk-0c7116ec.15f56f4d.js        6.88 KiB         2.76 KiB
  dist/js/chunk-29548417.1b7f8472.js        6.56 KiB         2.59 KiB
  dist/js/chunk-26dbf0a4.f1a7a0e0.js        6.25 KiB         2.52 KiB
  dist/js/chunk-1b35c628.bfc608ce.js        6.20 KiB         2.50 KiB
  dist/js/chunk-88331f84.e7726ecb.js        6.16 KiB         2.53 KiB
  dist/js/chunk-8db027b8.4a5649f0.js        6.15 KiB         2.44 KiB
  dist/js/chunk-15b37c0a.fecf5ad8.js        6.10 KiB         2.45 KiB
  dist/js/chunk-b7e4a5ce.c1e5d13d.js        6.09 KiB         2.57 KiB
  dist/js/chunk-f05c978e.1921df2e.js        6.07 KiB         2.40 KiB
  dist/js/chunk-7abb8001.1fb01462.js        6.07 KiB         2.26 KiB
  dist/js/chunk-32eb6af1.d683115c.js        6.02 KiB         2.55 KiB
  dist/js/chunk-04659cb4.924484e8.js        5.99 KiB         2.39 KiB
  dist/js/chunk-44cb61f1.0013706e.js        5.97 KiB         2.08 KiB
  dist/js/chunk-4073bae0.51329ecf.js        5.93 KiB         1.91 KiB
  dist/js/chunk-11e20f6f.68f8e974.js        5.88 KiB         2.19 KiB
  dist/js/chunk-08fae180.5daf04b7.js        5.85 KiB         2.41 KiB
  dist/js/chunk-4ab61964.aa761fe6.js        5.83 KiB         2.44 KiB
  dist/js/chunk-b52460ac.ae1e2d77.js        5.74 KiB         2.37 KiB
  dist/js/chunk-cd40f4ae.ed73fab0.js        5.69 KiB         2.34 KiB
  dist/js/chunk-ecec4fc4.dedf003b.js        5.68 KiB         2.44 KiB
  dist/js/chunk-4ef6dcf5.778ab1cf.js        5.67 KiB         2.36 KiB
  dist/js/chunk-7c4d77dc.c25c13cb.js        5.40 KiB         2.26 KiB
  dist/js/chunk-bd9012c4.e4b54229.js        5.38 KiB         2.32 KiB
  dist/js/chunk-21680640.a656bd80.js        5.35 KiB         2.22 KiB
  dist/js/chunk-043d9c91.c014b344.js        5.29 KiB         2.17 KiB
  dist/js/chunk-f539423c.7c46861d.js        5.26 KiB         2.15 KiB
  dist/js/chunk-6b5de1e1.c41bee96.js        5.24 KiB         2.10 KiB
  dist/js/chunk-4f2c58c5.f336971c.js        5.03 KiB         2.00 KiB
  dist/js/chunk-736b2ef0.1b65ea1f.js        5.03 KiB         2.06 KiB
  dist/js/chunk-f38e0ad2.7a41f73d.js        5.01 KiB         2.13 KiB
  dist/js/chunk-3a3d0cd8.81d833a5.js        4.99 KiB         2.15 KiB
  dist/js/chunk-674ac328.b3d128f3.js        4.99 KiB         2.22 KiB
  dist/js/chunk-cee89fa8.0d3bc86e.js        4.92 KiB         2.12 KiB
  dist/js/chunk-677c8830.d65a072e.js        4.85 KiB         2.06 KiB
  dist/js/chunk-0633ac20.674a3d69.js        4.81 KiB         2.04 KiB
  dist/js/chunk-6a170920.666bec94.js        4.69 KiB         2.06 KiB
  dist/js/chunk-c02e690a.ea23b03d.js        4.51 KiB         1.92 KiB
  dist/js/chunk-b25c821e.8af52b87.js        4.33 KiB         1.91 KiB
  dist/js/chunk-781da5fb.be037a62.js        4.32 KiB         1.45 KiB
  dist/js/chunk-b54d81ae.b4cb65ce.js        4.31 KiB         1.87 KiB
  dist/js/chunk-aa9cebcc.2f578d67.js        4.10 KiB         1.60 KiB
  dist/js/chunk-665a1900.a7d21b0f.js        3.69 KiB         1.69 KiB
  dist/js/chunk-14192a80.056262ad.js        3.64 KiB         1.51 KiB
  dist/js/chunk-1e169674.7a54b293.js        2.88 KiB         1.36 KiB
  dist/js/chunk-6ab1f28d.9a3be93f.js        2.83 KiB         1.33 KiB
  dist/js/chunk-72e3b16c.0f88bca5.js        2.80 KiB         1.30 KiB
  dist/js/chunk-75cc9f4d.a5021e27.js        2.74 KiB         1.30 KiB
  dist/js/chunk-0387fd77.c052ffac.js        2.74 KiB         1.27 KiB
  dist/js/chunk-0044633e.3dc0bad5.js        2.40 KiB         1.11 KiB
  dist/js/chunk-284f6914.401e1214.js        2.32 KiB         1.10 KiB
  dist/js/chunk-73f090a0.0e3ec0c9.js        2.31 KiB         1.12 KiB
  dist/js/chunk-0c51289a.eac23d06.js        2.27 KiB         1.06 KiB
  dist/js/chunk-7132ce43.f79ba314.js        2.22 KiB         1.08 KiB
  dist/js/chunk-2d225b78.80adc7b1.js        2.05 KiB         1.09 KiB
  dist/js/chunk-2ab49ff8.5963cee6.js        1.91 KiB         0.99 KiB
  dist/js/chunk-c0f28fc6.2dbaa6ba.js        1.91 KiB         0.94 KiB
  dist/js/chunk-d42744f4.6acd67c8.js        1.90 KiB         0.98 KiB
  dist/js/chunk-7795c4fe.770bf2c1.js        1.04 KiB         0.57 KiB
  dist/service-worker.js                    1.04 KiB         0.61 KiB
  dist/js/chunk-3767f013.3b314b6a.js        0.75 KiB         0.45 KiB
  dist/css/dashy.7b92443f.css               269.76 KiB       32.87 KiB
  dist/css/chunk-fc7a7722.f1790b34.css      11.54 KiB        1.75 KiB
  dist/css/chunk-03c5a0ba.fdf5ccee.css      9.49 KiB         1.81 KiB
  dist/css/chunk-0248a1e9.2af758e1.css      7.32 KiB         1.32 KiB
  dist/css/chunk-4073bae0.262be67e.css      5.86 KiB         1.00 KiB
  dist/css/chunk-0c7116ec.8d663b8e.css      3.98 KiB         0.96 KiB
  dist/css/chunk-29548417.1e586604.css      3.78 KiB         0.69 KiB
  dist/css/chunk-7795c4fe.8e5b7c8e.css      3.78 KiB         0.92 KiB
  dist/css/chunk-2642eaf9.103376cf.css      3.54 KiB         0.86 KiB
  dist/css/chunk-93c6be8c.b621be85.css      3.53 KiB         0.88 KiB
  dist/css/chunk-2925d418.2f4219ad.css      3.48 KiB         0.77 KiB
  dist/css/chunk-26dbf0a4.3f521e8a.css      3.31 KiB         0.86 KiB
  dist/css/chunk-c8bd4cd0.25b1ca48.css      3.28 KiB         0.83 KiB
  dist/css/chunk-vendors.d8067ad8.css       2.74 KiB         0.83 KiB
  dist/css/chunk-f05c978e.04b75e3f.css      2.67 KiB         0.59 KiB
  dist/css/chunk-7e15df28.208bbeec.css      2.51 KiB         0.64 KiB
  dist/css/chunk-0367deae.0f98d711.css      2.48 KiB         0.67 KiB
  dist/css/chunk-4cfc5864.9357c852.css      2.48 KiB         0.57 KiB
  dist/css/chunk-14192a80.31a5db2c.css      2.38 KiB         0.58 KiB
  dist/css/chunk-49f2d909.26592934.css      2.38 KiB         0.57 KiB
  dist/css/chunk-7ba8e45c.17242d8b.css      2.30 KiB         0.55 KiB
  dist/css/chunk-7bba3126.b97a92c1.css      2.17 KiB         0.56 KiB
  dist/css/chunk-7c4d77dc.8c1925ff.css      2.06 KiB         0.49 KiB
  dist/css/chunk-781da5fb.38b3bad4.css      2.03 KiB         0.56 KiB
  dist/css/chunk-8db027b8.377fb75a.css      2.01 KiB         0.57 KiB
  dist/css/chunk-edbdb67c.0de3bd5e.css      1.94 KiB         0.56 KiB
  dist/css/chunk-e77c83e6.729d6dc8.css      1.93 KiB         0.55 KiB
  dist/loading-screen.css                   1.93 KiB         0.65 KiB
  dist/css/chunk-04659cb4.f809b0eb.css      1.86 KiB         0.50 KiB
  dist/css/chunk-08ca355a.0e2f8538.css      1.85 KiB         0.55 KiB
  dist/css/chunk-460e6092.0bcf49d9.css      1.85 KiB         0.56 KiB
  dist/css/chunk-88331f84.b825db4a.css      1.81 KiB         0.55 KiB
  dist/css/chunk-070d32ac.3ca152a5.css      1.80 KiB         0.51 KiB
  dist/css/chunk-445cc501.d9af4531.css      1.79 KiB         0.53 KiB
  dist/css/chunk-187213fc.851bbb61.css      1.78 KiB         0.52 KiB
  dist/css/chunk-180be55e.2679cb7e.css      1.77 KiB         0.53 KiB
  dist/css/chunk-6ab1f28d.dcd44809.css      1.65 KiB         0.42 KiB
  dist/css/chunk-21680640.f72d1c0d.css      1.64 KiB         0.51 KiB
  dist/css/chunk-32eb6af1.b73f2acc.css      1.59 KiB         0.48 KiB
  dist/css/chunk-4ab61964.950bd772.css      1.57 KiB         0.49 KiB
  dist/css/chunk-92c623f0.7601575f.css      1.55 KiB         0.47 KiB
  dist/css/chunk-b52460ac.d91d8d0b.css      1.49 KiB         0.47 KiB
  dist/css/chunk-4f2c58c5.e91567b0.css      1.38 KiB         0.43 KiB
  dist/css/chunk-aa9cebcc.43dd3768.css      1.36 KiB         0.41 KiB
  dist/css/chunk-7abb8001.d5057fa6.css      1.30 KiB         0.44 KiB
  dist/css/chunk-468d3a74.e7e4907a.css      1.26 KiB         0.42 KiB
  dist/css/chunk-38169201.87f602e2.css      1.16 KiB         0.46 KiB
  dist/css/chunk-15b37c0a.ebae7724.css      1.15 KiB         0.36 KiB
  dist/css/chunk-16e26d5d.97cc876a.css      1.14 KiB         0.41 KiB
  dist/css/chunk-ecec4fc4.7db7f641.css      1.12 KiB         0.36 KiB
  dist/css/chunk-0633ac20.857ad57c.css      1.04 KiB         0.34 KiB
  dist/css/chunk-bd9012c4.bbf2305d.css      1.04 KiB         0.34 KiB
  dist/css/chunk-043d9c91.9438acdb.css      0.93 KiB         0.37 KiB
  dist/css/chunk-1b35c628.f7e5ac71.css      0.90 KiB         0.31 KiB
  dist/css/chunk-4ef6dcf5.f9dd4bd8.css      0.88 KiB         0.30 KiB
  dist/css/chunk-f539423c.4b2b2c2a.css      0.88 KiB         0.33 KiB
  dist/css/chunk-3a3d0cd8.5aaf7cba.css      0.88 KiB         0.33 KiB
  dist/css/chunk-11e20f6f.070a8cfa.css      0.87 KiB         0.35 KiB
  dist/css/chunk-b7e4a5ce.df4ad987.css      0.86 KiB         0.32 KiB
  dist/css/chunk-f38e0ad2.1ea48a31.css      0.84 KiB         0.28 KiB
  dist/css/chunk-0894290e.edb63a9d.css      0.79 KiB         0.32 KiB
  dist/css/chunk-0387fd77.7aa83618.css      0.75 KiB         0.28 KiB
  dist/css/chunk-6b5de1e1.9eb66c9f.css      0.71 KiB         0.31 KiB
  dist/css/chunk-44cb61f1.025edb8a.css      0.69 KiB         0.31 KiB
  dist/css/chunk-736b2ef0.98820bcd.css      0.60 KiB         0.33 KiB
  dist/css/chunk-677c8830.df6a5b00.css      0.59 KiB         0.23 KiB
  dist/css/chunk-284f6914.58ade778.css      0.46 KiB         0.24 KiB
  dist/css/chunk-08fae180.9b2da476.css      0.46 KiB         0.22 KiB
  dist/css/chunk-0c51289a.d6684378.css      0.38 KiB         0.17 KiB
  dist/css/chunk-1e169674.98a4aa99.css      0.36 KiB         0.16 KiB
  dist/css/chunk-75cc9f4d.98a4aa99.css      0.36 KiB         0.16 KiB
  dist/css/chunk-d42744f4.f1c873fc.css      0.36 KiB         0.16 KiB
  dist/css/chunk-674ac328.d604576c.css      0.36 KiB         0.19 KiB
  dist/css/chunk-2ab49ff8.2ca1d591.css      0.36 KiB         0.16 KiB
  dist/css/chunk-6a170920.3839d02e.css      0.31 KiB         0.20 KiB
  dist/css/chunk-c0f28fc6.b67ed63a.css      0.22 KiB         0.16 KiB
  dist/css/chunk-3767f013.c9ab3ab3.css      0.11 KiB         0.10 KiB
  dist/css/chunk-cee89fa8.0918bc41.css      0.08 KiB         0.10 KiB
  dist/css/chunk-b54d81ae.61a081a9.css      0.08 KiB         0.10 KiB
  dist/css/chunk-665a1900.eeb31e13.css      0.07 KiB         0.09 KiB
  dist/css/chunk-b25c821e.f58ec558.css      0.07 KiB         0.09 KiB
  dist/css/chunk-c02e690a.ccf83212.css      0.06 KiB         0.08 KiB
  dist/css/chunk-cd40f4ae.90cf07cd.css      0.06 KiB         0.07 KiB
  dist/css/chunk-0044633e.0e433876.css      0.00 KiB         0.02 KiB
  dist/css/chunk-7132ce43.0e433876.css      0.00 KiB         0.02 KiB
  dist/css/chunk-72e3b16c.0e433876.css      0.00 KiB         0.02 KiB
  dist/css/chunk-73f090a0.0e433876.css      0.00 KiB         0.02 KiB

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html


 

Link to comment
On 4/20/2024 at 4:56 PM, Bremsklotz said:

Just updated Dashy container. Had to change the port from 80 to 8080 and /app/public/conf.yml changed to /app/user-data/conf.yml --> see https://github.com/Lissy93/dashy/discussions/1529

 

The linked config in the description doesn't exist anymore. I think it is now https://github.com/Lissy93/dashy/blob/3.0.0/user-data/conf.yml

I have updated the template to the new changes

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.