{"id":18412958,"url":"https://github.com/viktorstrate/embassyos-photoview-wrapper","last_synced_at":"2025-04-12T23:48:07.675Z","repository":{"id":45614854,"uuid":"355322166","full_name":"viktorstrate/embassyos-photoview-wrapper","owner":"viktorstrate","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-23T18:56:09.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T23:47:56.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viktorstrate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-06T20:32:17.000Z","updated_at":"2022-11-23T18:56:14.000Z","dependencies_parsed_at":"2022-09-14T07:00:53.503Z","dependency_job_id":null,"html_url":"https://github.com/viktorstrate/embassyos-photoview-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Start9Labs/hello-world-startos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktorstrate%2Fembassyos-photoview-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktorstrate%2Fembassyos-photoview-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktorstrate%2Fembassyos-photoview-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktorstrate%2Fembassyos-photoview-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viktorstrate","download_url":"https://codeload.github.com/viktorstrate/embassyos-photoview-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647257,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T03:44:17.175Z","updated_at":"2025-04-12T23:48:07.655Z","avatar_url":"https://github.com/viktorstrate.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrapper for photoview\n\n[Photoview](https://github.com/photoview/photoview) a simple photo gallery, providing an easy way to organize, navigate, and share photos. This repository creates the `s9pk` package that is installed to run `photoview` on [embassyOS](https://github.com/Start9Labs/embassy-os/).\n\n## Dependencies\n\nInstall the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging [documentation](https://github.com/Start9Labs/service-pipeline#development-environment).\n\n- [docker](https://docs.docker.com/get-docker)\n- [docker-buildx](https://docs.docker.com/buildx/working-with-buildx/)\n- [yq](https://mikefarah.gitbook.io/yq)\n- [deno](https://deno.land/)\n- [make](https://www.gnu.org/software/make/)\n- [embassy-sdk](https://github.com/Start9Labs/embassy-os/tree/master/backend)\n\n## Build environment\nPrepare your embassyOS build environment. In this example we are using Ubuntu 20.04.\n\n1. Install docker\n```\ncurl -fsSL https://get.docker.com -o- | bash\nsudo usermod -aG docker \"$USER\"\nexec sudo su -l $USER\n```\n2. Set buildx as the default builder\n```\ndocker buildx install\ndocker buildx create --use\n```\n3. Enable cross-arch emulated builds in docker\n```\ndocker run --privileged --rm linuxkit/binfmt:v0.8\n```\n4. Install yq\n```\nsudo snap install yq\n```\n5. Install deno\n```\nsudo snap install deno\n```\n6. Install essentials build packages\n```\nsudo apt-get install -y build-essential openssl libssl-dev libc6-dev clang libclang-dev ca-certificates\n```\n7. Install Rust\n```\ncurl https://sh.rustup.rs -sSf | sh\n# Choose nr 1 (default install)\nsource $HOME/.cargo/env\n```\n8. Build and install embassy-sdk\n```\ncd ~/ \u0026\u0026 git clone --recursive https://github.com/Start9Labs/embassy-os.git\ncd embassy-os/backend/\n./install-sdk.sh\nembassy-sdk init\n```\nNow you are ready to build the `photoview` package!\n\n## Cloning\n\nClone the project locally:\n\n```\ngit clone https://github.com/Start9Labs/photoview-wrapper.git\ncd photoview-wrapper\n```\n\n## Building\n\nTo build the `photoview` package, run the following command:\n\n```\nmake\n```\n\n## Installing (on embassyOS)\n\nRun the following commands to determine successful install:\n\u003e :information_source: Change embassy-server-name.local to your Embassy address\n\n```\nembassy-cli auth login\n# Enter your embassy password\nembassy-cli --host https://embassy-server-name.local package install photoview.s9pk\n```\n\nIf you already have your `embassy-cli` config file setup with a default `host`, you can install simply by running:\n\n```\nmake install\n```\n\n\u003e **Tip:** You can also install the photoview.s9pk using **Sideload Service** under the **Embassy \u003e Settings** section.\n### Verify Install\n\nGo to your Embassy Services page, select **Photoview**, and start the service. Then, verify its interfaces are accessible.\n\n**Done!** ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviktorstrate%2Fembassyos-photoview-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviktorstrate%2Fembassyos-photoview-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviktorstrate%2Fembassyos-photoview-wrapper/lists"}