{"id":19872013,"url":"https://github.com/saltstack-formulas/owncloud-formula","last_synced_at":"2025-06-30T19:35:42.988Z","repository":{"id":9747683,"uuid":"11711162","full_name":"saltstack-formulas/owncloud-formula","owner":"saltstack-formulas","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-13T15:46:36.000Z","size":25,"stargazers_count":7,"open_issues_count":1,"forks_count":21,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-05-02T09:48:48.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html","language":"SaltStack","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saltstack-formulas.png","metadata":{"files":{"readme":"README.rst","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":"2013-07-27T21:17:57.000Z","updated_at":"2020-01-20T19:32:45.000Z","dependencies_parsed_at":"2022-09-05T20:50:49.974Z","dependency_job_id":null,"html_url":"https://github.com/saltstack-formulas/owncloud-formula","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saltstack-formulas/owncloud-formula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fowncloud-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fowncloud-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fowncloud-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fowncloud-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltstack-formulas","download_url":"https://codeload.github.com/saltstack-formulas/owncloud-formula/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fowncloud-formula/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262839451,"owners_count":23372724,"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-12T16:14:17.372Z","updated_at":"2025-06-30T19:35:42.957Z","avatar_url":"https://github.com/saltstack-formulas.png","language":"SaltStack","funding_links":[],"categories":[],"sub_categories":[],"readme":"owncloud\n========\n\nInstall an owncloud instance on your server and/or client.\n\n.. note::\n\n    See the full `Salt Formulas installation and usage instructions\n    \u003chttp://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html\u003e`_.\n\nAvailable states\n================\n\n.. contents::\n    :local:\n\n``owncloud.client``\n-------------------\n\nInstalls the Owncloud client package and service.\n\nIncludes:\n\n- ``owncloud.repo``\n\n``owncloud.repo``\n-----------------\n\nConfigure the official Owncloud repository.\n(Currently Debian(ish) only.)\n\n``owncloud.server-full``\n------------------------\n\nIncludes:\n\n- ``owncloud.apache-php``\n- ``owncloud.mysql-server``\n- ``owncloud.mysql-client``\n- ``owncloud.mysql``\n- ``owncloud.server``\n- ``owncloud.cron``\n\n``owncloud.server``\n-------------------\n\nInstalls the Owncloud server package and service.\n\n``owncloud.mysql-server``\n-------------------------\n\nInstalls a MySQL server.\n\nIf you need a more complex setup, please use the MySQL formula.\n\n- https://github.com/saltstack-formulas/mysql-formula\n\n``owncloud.mysql-client``\n-------------------------\n\nInstalls a MySQL client.\n\nIf you need a more complex setup, please use the MySQL formula.\n\n- https://github.com/saltstack-formulas/mysql-formula\n\n``owncloud.mysql``\n------------------\n\nSets up the user and configures a database.\n\nIf you need a more complex setup, please use the MySQL formula.\n\n- https://github.com/saltstack-formulas/mysql-formula\n\n``owncloud.apache-php``\n-----------------------\n\nInstalls Apache2 web server and PHP7.\n\nIt's advisible to use the Apache2 and PHP formulas instead.\nYou'll need to configure Apache2 manually!\n\n- https://github.com/saltstack-formulas/apache-formula\n- https://github.com/saltstack-formulas/php-formula\n\n``owncloud.cron``\n-----------------\n\nInstalls a cron job to trigger background tasks.\n\nSee https://doc.owncloud.org/server/latest/admin_manual/configuration/server/background_jobs_configuration.html#cron\n\n``owncloud.apcu``\n-----------------\n\nInstalls the APCu PHP module, which provides in-memory caching.\n\nSee https://doc.owncloud.com/server/admin_manual/configuration/server/oc_server_tuning.html\n\nThis is only a minimalistic implementation of APCu for a vanilla Owncloud installation. If you need a more sophisticated configuration, please feel free to use a fully-fledged formula instead.\n\n``owncloud.redis``\n-----------------\n\nInstalls a minimalistic, local instance of Redis, which provides file locking.\n\nSee https://doc.owncloud.com/server/admin_manual/configuration/server/oc_server_tuning.html\n\nThis is only a minimalistic implementation of redis for a vanilla Owncloud installation. If you need a more sophisticated configuration, please feel free to use a fully-fledged formula like https://github.com/saltstack-formulas/redis-formula.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack-formulas%2Fowncloud-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaltstack-formulas%2Fowncloud-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack-formulas%2Fowncloud-formula/lists"}