- redis-ui.git
- com.patrikx3.redis-ui.yml
This file ( 2kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
app-id: com.patrikx3.redis-ui
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '23.08'
sdk-extensions:
- org.freedesktop.Sdk.Extension.node18
command: run.sh
separate-locales: false
finish-args:
- "--socket=x11"
- "--share=ipc"
- "--device=dri"
- "--share=network"
build-options:
append-path: /usr/lib/sdk/node18/bin
env:
NPM_CONFIG_LOGLEVEL: info
modules:
- name: p3x-redis-ui
buildsystem: simple
subdir: main
build-options:
env:
XDG_CACHE_HOME: /run/build/p3x-redis-ui/flatpak-node/cache
npm_config_cache: /run/build/p3x-redis-ui/flatpak-node/npm-cache
npm_config_offline: 'true'
YARN_CACHE_FOLDER: /run/build/p3x-redis-ui/flatpak-node/yarn-cache
build-commands:
- node ./scripts/fix-packages-publish.js flathub-before
- echo "yarn-offline-mirror "/run/build/p3x-redis-ui/flatpak-node/yarn-mirror"" >> .yarnrc
- yarn install --offline
# Build the app; in this example the dist script
# in package.json runs electron-builder
- |
. ../flatpak-node/electron-builder-arch-args.sh
npm run dist -- $ELECTRON_BUILDER_ARCH_ARGS --linux --dir
# Bundle app and dependencies
- cp -a dist/linux*unpacked /app/main
# Install app wrapper
- mkdir -p /app/main
- install -Dm755 -t /app/bin/ ../run.sh
- install -Dm444 src/electron/images/512x512.png ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/${FLATPAK_ID}.png
- install -Dm444 src/flathub/p3x-redis-ui.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- install -Dm444 src/flathub/metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
sources:
- type: archive
url: https://github.com/patrikx3/redis-ui/archive/refs/tags/v2024.4.164.tar.gz
sha256: e0561bb8a4af28df212a8a5aee6f41bd7e782b245fee7a7973a49a26331b6a24
dest: main
- generated-sources.json
# Wrapper to launch the app
- type: script
dest-filename: run.sh
commands:
- zypak-wrapper.sh /app/main/p3x-redis-ui "$@"