Advanced Search
Search Results
7 total results found
CLI
Since Version 2.2, Random Bunny contains a command line interface (CLI). Downloads The project can be downloaded as a binary for your system via the GitHub Releases or Forgejo Releases page. We currently support: Linux (x64) Windows (x64) macOS (x64, Arm64*) ...
Update
Update The following document describes the process on updating the NixOS system. Updating Flake The flake's lockfile will need to be updated to fetch newer packages. This is like running apt update on a Debian system. Run the following command in the flake gi...
Flatpak
Flatpak My instance uses Flatpak for some of its applications, specifically using the Flathub repository. It's not possible to have flathub and its applications auto install via the configuration. So this document will describe my process I do when I need to i...
Cards
Cards This document will describe how to add cards to the bot. This is from the perspective of the development side and doesn't go into details of syncing from an external place such as with the Google Drive Sync function. The cards will be put into the $DATA_...
Google Drive Sync
The bot relies on an external sync between the local file system and Google Drive in order to get newer cards to the bot. This is done using Rclone. The process for this is done by once the /gdrivesync command is executed by an admin user of the bot, which cal...
Cleanup
This document refers to information about cleaning the system, such as deleting old generations, unused nix shells, etc. Delete Old Generations Run the following commands to clean the system up and delete old generations: nix-collect-garbage --delete-old sudo ...
Grub
This document is for information regarding Grub. Reinstall Grub If the grub install breaks and you ever need to reinstall grub, the following command is how you do it: sudo NIXOS_INSTALL_BOOTLOADER=1 /nix/var/nix/profiles/system/bin/switch-to-configuration boo...