summaryrefslogtreecommitdiff
path: root/flux/apps/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* flux: open-webui: Downgrade from 0.7.2 to 0.7.1 to fix MCP.•••Fix 'cannot pickle async_generator open-webui' error. Oleg Pykhalov31 hours1-0/+3
* Revert "flux: open-webui: Downgrade from 0.7.2 to 0.7.1 to fix MCP."•••This reverts commit 583369c1cdb42bac9015203960d162ff02309c73. Fails to start. Oleg Pykhalov31 hours1-3/+0
* flux: open-webui: Downgrade from 0.7.2 to 0.7.1 to fix MCP.•••Fix 'cannot pickle async_generator open-webui' error. Oleg Pykhalov32 hours1-0/+3
* flux: apps: base: open-webui: release: Update to 10.2.1.Oleg Pykhalov32 hours1-1/+1
* flux: apps: cluster1: peertube: ingress: Do not monitor.•••Scaled to zero. Oleg Pykhalov10 days1-0/+2
* flux: peertube: Delete replicas.Oleg Pykhalov10 days4-4/+0
* flux: apps: base: moonlight-web-stream: Use hostNetwork.Oleg Pykhalov2025-12-301-0/+1
* flux: Add moonlight-web-stream.Oleg Pykhalov2025-12-302-0/+23
* flux: apps: base: webtlo: Update to 3.6.0.Oleg Pykhalov2025-12-281-1/+1
* Revert "flux: apps: base: 3proxy-tor: Use Pod IP instead of SVC IP."•••This reverts commit 419de6905ce45f2229d27f1a6ba4b5355e8b28bf. Oleg Pykhalov2025-12-261-1/+1
* flux: apps: base: 3proxy-tor: Update config.Oleg Pykhalov2025-12-261-1/+1
* flux: apps: base: 3proxy-tor: Update config.Oleg Pykhalov2025-12-261-1/+1
* Revert "flux: apps: base: 3proxy-tor: Override command."•••This reverts commit 03865e2ba8843726084485deaf77e49a85d96b8b. Oleg Pykhalov2025-12-261-6/+0
* flux: apps: base: 3proxy-tor: Override command.Oleg Pykhalov2025-12-261-0/+6
* flux: apps: base: 3proxy-tor: Use Pod IP instead of SVC IP.Oleg Pykhalov2025-12-261-1/+1
* flux: apps: base: 3proxy-tor: Revert to b2816502.Oleg Pykhalov2025-12-262-8/+6
* flux: apps: base: 3proxy-tor: Update config.Oleg Pykhalov2025-12-261-6/+4
* flux: apps: base: 3proxy-tor: Update 3proxy to 0.9.5.Oleg Pykhalov2025-12-261-0/+4
* flux: apps: base: 3proxy-tor: Update config.Oleg Pykhalov2025-12-261-1/+1
* flux: apps: base: 3proxy-tor: Use not loopback interface.Oleg Pykhalov2025-12-261-1/+1
* flux: githunt: Expose service.Oleg Pykhalov2025-12-102-0/+18
* flux: Add githunt.Oleg Pykhalov2025-12-103-0/+59
* flux: Add runc-bootstrap-container-fedora-43.Oleg Pykhalov2025-11-072-0/+19
* flux: workstation: Delete daemonset.Oleg Pykhalov2025-09-302-664/+0
* flux: apps: base: kaniko-archlinux: Update image.•••Reflect a new image tag in the Kaniko job configuration. * flux/apps/base/kaniko-archlinux/job.yaml: Adjusted destination image tag for Arch Linux systemd. Oleg Pykhalov2025-09-031-1/+1
* flux: apps: base: searxng: Update to 2025.8.10-6cccb46.•••Bump SearXNG image tag to the latest version. * flux/apps/base/searxng/values.yaml: Bump image tag. Oleg Pykhalov2025-08-111-1/+1
* flux: Add nixos runc bootstrap container.•••* flux/apps/base/runc-bootstrap-container-nixos/job.yaml: Define a Kubernetes Job to build the container. * flux/apps/base/runc-bootstrap-container-nixos/kustomization.yaml: Configure Kustomize for the runc bootstrap app. Oleg Pykhalov2025-08-072-0/+19
* flux: runc-bootstrap-container: Fix skopeo and umoci.Oleg Pykhalov2025-08-061-3/+3
* flux: runc-bootstrap-container: Fix skopeo and umoci.Oleg Pykhalov2025-08-061-3/+3
* flux: runc-bootstrap-container: Fix image name.Oleg Pykhalov2025-08-061-3/+3
* flux: apps: Add runc-bootstrap-container to base.Oleg Pykhalov2025-08-062-0/+19
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job to 2a6ce9ce. * flux/apps/base/kaniko-archlinux/job.yaml: Updated image tag. Oleg Pykhalov2025-08-051-1/+1
* archlinux: Do not change mirror list.•••* flux/apps/base/kaniko-archlinux/archlinux/build.sh: Do not modify mirror list. Oleg Pykhalov2025-08-051-2/+0
* archlinux: Delete wlvncc.•••wlvncc fails to compile. * flux/apps/base/kaniko-archlinux/archlinux/build.sh: Remove wlvncc install. Oleg Pykhalov2025-08-051-6/+0
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job to c3ff0d3f. * flux/apps/base/kaniko-archlinux/job.yaml: Updates the destination tag for the kaniko build. Oleg Pykhalov2025-08-051-1/+1
* archlinux: Install package without confirmation•••The script now installs the package using --noconfirm to avoid interactive prompts during the Kaniko build process. * flux/apps/base/kaniko-archlinux/archlinux/build.sh: Modify package installation command. Oleg Pykhalov2025-08-051-1/+1
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job to reflect the latest commit hash. * flux/apps/base/kaniko-archlinux/job.yaml: Updates the destination image tag for the Kaniko build. Oleg Pykhalov2025-08-051-1/+1
* archlinux: Add debug to bash.•••* flux/apps/base/kaniko-archlinux/archlinux/build.sh: Add debug to bash. Oleg Pykhalov2025-08-051-4/+5
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job file. * flux/apps/base/kaniko-archlinux/job.yaml: Updated destination tag to f74981bd. Oleg Pykhalov2025-08-041-1/+1
* archlinux: Fix sed invoke.•••* flux/apps/base/kaniko-archlinux/archlinux/build.sh: Fix sed invoke. Oleg Pykhalov2025-08-041-1/+1
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job to f1dd8d68. * flux/apps/base/kaniko-archlinux/job.yaml: Updates the destination tag for the kaniko build. Oleg Pykhalov2025-08-041-1/+1
* archlinux: Update mirrorlist with future date.•••* flux/apps/base/kaniko-archlinux/archlinux/build.sh: Updates the pacman mirrorlist to point to a repository from June 6, 2025, for testing purposes. Oleg Pykhalov2025-08-041-0/+2
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job to ca8b86ac. * flux/apps/base/kaniko-archlinux/job.yaml: Updates image tag. Oleg Pykhalov2025-08-031-1/+1
* archlinux: Install SocialStream.•••Updated installation method to use AUR package. * flux/apps/base/kaniko-archlinux/archlinux/build.sh: Modified build script for SocialStream. * flux/apps/base/kaniko-archlinux/archlinux/rootfs/home/oleg/.config/systemd/user/socialstream.service: Updated service file. Oleg Pykhalov2025-08-032-8/+9
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job to db7800fc. * flux/apps/base/kaniko-archlinux/job.yaml: Updates the destination image tag. Oleg Pykhalov2025-08-031-1/+1
* flux: archlinux: Update SocialStream version.•••Updates the SocialStream AppImage to version 0.3.46. * flux/apps/base/kaniko-archlinux/archlinux/build.sh: Updates SocialStream download URL and version number. Oleg Pykhalov2025-08-031-2/+2
* flux: archlinux: Update image tag.•••Updates the Kaniko image tag in the Archlinux systemd job. * flux/apps/base/kaniko-archlinux/job.yaml: Updates the destination tag to f94c4d0d. Oleg Pykhalov2025-08-031-1/+1
* Add SocialStream systemd service.•••This commit introduces a systemd user service for SocialStream, improving its management and integration with the desktop environment. * flux/apps/base/kaniko-archlinux/archlinux/rootfs/home/oleg/.config/systemd/user/socialstream.service: Add new service file. * guix/dotfiles/run/pc0/14-sway-run-all.sh: Update SocialStream startup. Oleg Pykhalov2025-08-031-0/+11
* flux: invoke-runc: Do not generate configmap suffix name.•••Updates the job and kustomization YAML files to rename the script ConfigMap to guile-nsenter. This change simplifies the invocation process for running commands within containers using Guile. * flux/apps/base/invoke-runc/job.yaml: Renames volume mount and ConfigMap. * flux/apps/base/invoke-runc/kustomization.yaml: Updates ConfigMap generator name and adds disableNameSuffixHash option. Oleg Pykhalov2025-07-312-4/+6
* flux: guile-nsenter: Close pipe instead of port.•••* flux/apps/base/invoke-runc/rootfs/guile-nsenter: Correctly close the gpg agent connection. Oleg Pykhalov2025-07-311-1/+1