From 0c24c7d46ec00c41e93471311319162c08414a71 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 26 Aug 2024 22:05:35 -0400 Subject: [PATCH] update --- .dockerignore | 3 +-- Dockerfile | 16 +++------------ astro.config.mjs | 3 +++ ...wsing-history-here-s-how-to-prevent-it.mdx | 8 ++++++++ .../reasons-not-to-use-discord.mdx | 3 ++- src/pages/instances.astro | 20 ++++++++++++++++++- 6 files changed, 36 insertions(+), 17 deletions(-) create mode 100644 src/content/recommend-reading/is-ps-are-selling-your-private-browsing-history-here-s-how-to-prevent-it.mdx diff --git a/.dockerignore b/.dockerignore index a44058c..91dfed8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,2 @@ .DS_Store -node_modules -dist \ No newline at end of file +node_modules \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0bb92db..4ca7786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,22 +1,12 @@ -FROM node:lts AS runtime +FROM codeberg.org/korbs/bun:amd64 AS runtime WORKDIR /app -# Copy site to Docker image COPY . . -# Install packages -RUN npm install -RUN npm run build +RUN bun install -# Set website host and port ENV HOST=0.0.0.0 ENV PORT=4321 - -# Disable Keystatic ENV SKIP_KEYSTATIC=true - -# Expose Port EXPOSE 4321 - -# Run -CMD node ./dist/server/entry.mjs \ No newline at end of file +CMD bun ./dist/server/entry.mjs \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index 9422da7..72e36ec 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -63,5 +63,8 @@ export default defineConfig({ server: { port: 2014, host: true + }, + devToolbar: { + enabled: false } }) \ No newline at end of file diff --git a/src/content/recommend-reading/is-ps-are-selling-your-private-browsing-history-here-s-how-to-prevent-it.mdx b/src/content/recommend-reading/is-ps-are-selling-your-private-browsing-history-here-s-how-to-prevent-it.mdx new file mode 100644 index 0000000..bbf57ba --- /dev/null +++ b/src/content/recommend-reading/is-ps-are-selling-your-private-browsing-history-here-s-how-to-prevent-it.mdx @@ -0,0 +1,8 @@ +--- +title: 'ISPs are selling your private browsing history. Here’s how to prevent it. ' +author: Proton Team +date: 2017-03-24 +url: https://proton.me/blog/private-browsing-history +image: >- + https://ipx.sudovanilla.org/https://res.cloudinary.com/dbulfrlrz/images/w_1434,h_717,c_scale/f_auto,q_auto/f_auto,q_auto/v1707577896/wp-pme/browsing_history_privacy/browsing_history_privacy +--- diff --git a/src/content/recommend-reading/reasons-not-to-use-discord.mdx b/src/content/recommend-reading/reasons-not-to-use-discord.mdx index b224a16..d1148dd 100644 --- a/src/content/recommend-reading/reasons-not-to-use-discord.mdx +++ b/src/content/recommend-reading/reasons-not-to-use-discord.mdx @@ -2,6 +2,7 @@ title: Reasons not to use Discord author: Ashley0143 date: 1901-01-01 -url: https://ashley0143.xyz/opinion/discord/ +url: >- + https://ipx.sudovanilla.org/https://d4.alternativeto.net/U0bSOtDrHsrsuXCoXtDsXj0BE8RWnRvthwJb98711kY/rs:fill:760:380:0/g:ce:0:0/YWJzOi8vZGlzdC9jb250ZW50LzE2OTIwMDM2NzE0NzIucG5n.png image: https://md.sudovanilla.org/discord.jpeg --- diff --git a/src/pages/instances.astro b/src/pages/instances.astro index a395a6a..7861abe 100644 --- a/src/pages/instances.astro +++ b/src/pages/instances.astro @@ -33,7 +33,9 @@ var StatusForHyperpipe = NetweakStatus.services['27'].status var StatusForRimgo = NetweakStatus.services['16'].status var StatusForAnonymousoverflow = NetweakStatus.services['17'].status var StatusForQuetre = NetweakStatus.services['19'].status -var StatusForLibmedium = NetweakStatus.services['23'].status +var StatusForLibmedium = NetweakStatus.services['23'].status +var StatusForPhoton = NetweakStatus.services['38'].status +var StatusForInvidious = NetweakStatus.services['42'].status --- @@ -72,6 +74,14 @@ var StatusForLibmedium = NetweakStatus.services['23'].status Source="https://github.com/jeffvli/feishin" Status={StatusForFeishin} /> + + \ No newline at end of file