|
@@ -9,6 +9,8 @@
|
9
|
9
|
# Freedom in the Cloud
|
10
|
10
|
#
|
11
|
11
|
# nextcloud application
|
|
12
|
+# In tests this is much too slow, and it appeared to self-destruct after a few minutes
|
|
13
|
+# i.e. becoming totally unusable.
|
12
|
14
|
#
|
13
|
15
|
# License
|
14
|
16
|
# =======
|
|
@@ -28,10 +30,10 @@
|
28
|
30
|
# You should have received a copy of the GNU Affero General Public License
|
29
|
31
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
30
|
32
|
|
31
|
|
-VARIANTS='full full-vim media'
|
|
33
|
+VARIANTS=''
|
32
|
34
|
|
33
|
35
|
IN_DEFAULT_INSTALL=0
|
34
|
|
-SHOW_ON_ABOUT=1
|
|
36
|
+SHOW_ON_ABOUT=0
|
35
|
37
|
|
36
|
38
|
NEXTCLOUD_DOMAIN_NAME=
|
37
|
39
|
NEXTCLOUD_CODE=
|