mirror of
https://github.com/h44z/wg-portal.git
synced 2026-07-15 04:58:25 +00:00
Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f3091cb01 |
@@ -50,7 +50,7 @@ COPY --from=builder /build/dist/wg-portal /
|
|||||||
######
|
######
|
||||||
# Final image
|
# Final image
|
||||||
######
|
######
|
||||||
FROM alpine:3.23
|
FROM alpine:3.24
|
||||||
# Install OS-level dependencies
|
# Install OS-level dependencies
|
||||||
RUN apk add --no-cache bash curl iptables nftables openresolv wireguard-tools tzdata
|
RUN apk add --no-cache bash curl iptables nftables openresolv wireguard-tools tzdata
|
||||||
# Setup timezone
|
# Setup timezone
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import { computed, ref, watch } from "vue";
|
|||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
import { freshInterface, freshPeer, freshStats } from '@/helpers/models';
|
import { freshInterface, freshPeer, freshStats } from '@/helpers/models';
|
||||||
import Prism from "vue-prism-component";
|
import Prism from "vue-prism-component";
|
||||||
import 'prismjs/components/prism-ini';
|
|
||||||
import { notify } from "@kyvg/vue3-notification";
|
import { notify } from "@kyvg/vue3-notification";
|
||||||
import { settingsStore } from "@/stores/settings";
|
import { settingsStore } from "@/stores/settings";
|
||||||
import { profileStore } from "@/stores/profile";
|
import { profileStore } from "@/stores/profile";
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ export default defineConfig({
|
|||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||||
},
|
}
|
||||||
dedupe: ['prismjs']
|
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user