Merge pull request #268 from ditatompel/renovate/workbox-monorepo

Merge pull request #268

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
This commit is contained in:
ditatombot[bot] 2024-11-01 12:23:12 +00:00 committed by GitHub
commit c102919672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions

View file

@ -37,7 +37,12 @@ expose adalah [Immich][immich-web]. Bagi yang belum tahu, Immich adalah solusi
manajemen foto dan video yang dapat dihosting sendiri; sebuah alternatif dari
[Google Photos][google-photos].
Saya tidak akan membahas detail cara menginstall Immich karena proses [instalasi Immich menggunakan Docker][immich-docker-install] sangat mudah dilakukan. Saya akan lebih fokus ke konfigurasi Nginx dan VPN tunnel, serta topologi yang digunakan.
Saya tidak akan membahas detail cara menginstall Immich karena proses
[instalasi Immich menggunakan Docker][immich-docker-install] sangat mudah
dilakukan. Saya akan lebih fokus ke konfigurasi Nginx dan VPN tunnel, serta
topologi yang digunakan.
{{< youtube RIiSldGZuD0 >}}
## Prasyarat

View file

@ -40,6 +40,8 @@ using Docker][immich-docker-install] is very easy to do. Instead, I'll focus on
the configuration of Nginx and VPN tunnel, as well as the [topology
used](#topology).
{{< youtube RIiSldGZuD0 >}}
## Prerequisites
Before we get started, there are a few conditions that need to be met:

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/ditatompel/insights
go 1.21.3
require (
github.com/GoogleChrome/workbox v7.2.0+incompatible // indirect
github.com/GoogleChrome/workbox v7.3.0+incompatible // indirect
github.com/KaTeX/KaTeX v0.16.11 // indirect
github.com/desandro/masonry v4.2.2+incompatible // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect

4
go.sum
View file

@ -1,5 +1,5 @@
github.com/GoogleChrome/workbox v7.2.0+incompatible h1:tPpcfksaGCuDMfvGAuGUuHxjoWHUKD+LK3RxT5olJ9o=
github.com/GoogleChrome/workbox v7.2.0+incompatible/go.mod h1:dyEoGLpJeO43pUVJb+nNNr1WRgoF81hNEl4UGLV+yow=
github.com/GoogleChrome/workbox v7.3.0+incompatible h1:P0VEW4ZF9li7dLLOsB3wknFhVBym05A7td3x/qWFTZM=
github.com/GoogleChrome/workbox v7.3.0+incompatible/go.mod h1:dyEoGLpJeO43pUVJb+nNNr1WRgoF81hNEl4UGLV+yow=
github.com/KaTeX/KaTeX v0.16.11 h1:mJL23AnBPtkm8tT3rAP3nohDJvwQkAejyWiPDDq7Fns=
github.com/KaTeX/KaTeX v0.16.11/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAzYIouw=
github.com/desandro/masonry v4.2.2+incompatible h1:4LI69kwq5DJSF9jhHVGfCw+q2Nt3IgJ0KzEp19Z3YiA=