{"id":31267015,"url":"https://github.com/chifisource/olivereadonly.jl","last_synced_at":"2026-02-14T02:03:38.157Z","repository":{"id":310449182,"uuid":"1036286254","full_name":"ChifiSource/OliveReadOnly.jl","owner":"ChifiSource","description":"Permissions extension for `Olive` notebook files on a user and group basis.","archived":false,"fork":false,"pushed_at":"2025-08-22T00:37:39.000Z","size":41,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T15:42:48.475Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChifiSource.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["emmaccode","UnformalPenguin"]}},"created_at":"2025-08-11T21:03:53.000Z","updated_at":"2025-08-22T00:37:43.000Z","dependencies_parsed_at":"2025-08-18T07:34:45.216Z","dependency_job_id":"efcca7e9-4df9-4867-922f-d50e60480438","html_url":"https://github.com/ChifiSource/OliveReadOnly.jl","commit_stats":null,"previous_names":["chifisource/olivereadonly.jl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChifiSource/OliveReadOnly.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveReadOnly.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveReadOnly.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveReadOnly.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveReadOnly.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChifiSource","download_url":"https://codeload.github.com/ChifiSource/OliveReadOnly.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveReadOnly.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29431593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"online","status_checked_at":"2026-02-14T02:00:07.626Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-23T16:39:49.334Z","updated_at":"2026-02-14T02:03:38.134Z","avatar_url":"https://github.com/ChifiSource.png","language":"Julia","funding_links":["https://github.com/sponsors/emmaccode","https://github.com/sponsors/UnformalPenguin"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/ChifiSource/image_dump/raw/main/olive/0.1/extensions/olivero.png\" width=\"250\" /img\u003e\n\u003c/div\u003e\n\n`OliveReadOnly` provides `Olive` with read only session cells, file cells, directories, projects, and exports. This is *primarily* intended for use with further extensions or customized `Olive` servers. This extension doesn't serve much purpose to a regular user unless they are sharing files, some of which they want to be read only, over a network with `Olive`. \n###### adding\nAdd `OliveReadOnly` to your `olive` environment by adding `OliveReadOnly` to your `olive` environment. `using OliveReadonly` to your `olive.jl` file. Learn more at [installing extensions](https://github.com/ChifiSource/Olive.jl#installing-extensions)\n- Alternatively, you may load `OliveReadOnly` by `using OliveReadOnly` before starting `Olive`.\n\nThe intended use-case involves assembling your own read-only directories *manually*. If you'd like to give `OliveReadyOnly` a try on your own, try adding a `readonly` directory to your `Environment` from the REPL:\n```julia\nnewdirec = Olive.Directory(pwd(), dirtype = \"readonly\"); env = Olive.CORE.users[1].environment; push!(env.directories, newdirec)\n```\nConsider the different steps, as this is the same technique we would use to preload a read only directory into an `Olive` session. First we get the environment, then we push a new directory to it.\n```julia\nnewdirec = Olive.Directory(pwd(), dirtype = \"readonly\")\nenv = Olive.CORE.users[1].environment\npush!(env.directories, newdirec)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Folivereadonly.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchifisource%2Folivereadonly.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Folivereadonly.jl/lists"}